soleprint init commit

This commit is contained in:
buenosairesam
2025-12-24 05:38:37 -03:00
commit 329c401ff5
96 changed files with 11564 additions and 0 deletions

11
station/__init__.py Normal file
View File

@@ -0,0 +1,11 @@
"""
Station - Tools, environments, and execution.
Centro de control / Control center
Components:
tools/ - Utilities, generators, runners
desks/ - Composed: Cabinet + Room + Depots
rooms/ - Environment configs
depots/ - Data storage
"""