This commit is contained in:
nose
2025-12-19 02:29:42 -08:00
parent d637532237
commit 52cf3f5c9f
24 changed files with 1284 additions and 176 deletions

View File

@@ -1,2 +0,0 @@
"""Medeia-Macina package - Media management system."""
__version__ = "0.1.0"

View File

@@ -1,13 +0,0 @@
"""Entry point wrapper for Medeia-Macina CLI."""
import sys
from pathlib import Path
# Add the parent directory to sys.path so we can import CLI
root_dir = Path(__file__).parent.parent
if str(root_dir) not in sys.path:
sys.path.insert(0, str(root_dir))
from CLI import main
if __name__ == "__main__":
main()

Binary file not shown.