From 7d766173a429cf2c8249aab4f8664fb71d8fde5e Mon Sep 17 00:00:00 2001 From: Adriano Dal Pastro Date: Fri, 15 May 2026 17:43:01 +0000 Subject: [PATCH] chore(structure): bootstrap scheletro src/strategy_crypto member Pre-condizione per la riorganizzazione in uv workspace: crea il layout member del nuovo pacchetto strategy_crypto con __init__.py vuoti. Il contenuto (backend, frontend, strategies, tests) arriva nelle fasi successive del piano di migrazione. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/strategy_crypto/strategy_crypto/__init__.py | 0 src/strategy_crypto/strategy_crypto/backend/__init__.py | 0 src/strategy_crypto/strategy_crypto/frontend/__init__.py | 0 src/strategy_crypto/tests/__init__.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/strategy_crypto/strategy_crypto/__init__.py create mode 100644 src/strategy_crypto/strategy_crypto/backend/__init__.py create mode 100644 src/strategy_crypto/strategy_crypto/frontend/__init__.py create mode 100644 src/strategy_crypto/tests/__init__.py diff --git a/src/strategy_crypto/strategy_crypto/__init__.py b/src/strategy_crypto/strategy_crypto/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/strategy_crypto/strategy_crypto/backend/__init__.py b/src/strategy_crypto/strategy_crypto/backend/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/strategy_crypto/strategy_crypto/frontend/__init__.py b/src/strategy_crypto/strategy_crypto/frontend/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/strategy_crypto/tests/__init__.py b/src/strategy_crypto/tests/__init__.py new file mode 100644 index 0000000..e69de29