This commit is contained in:
nose
2025-12-23 16:36:39 -08:00
parent 16316bb3fd
commit 8bf04c6b71
25 changed files with 3165 additions and 234 deletions

View File

@@ -0,0 +1,9 @@
"""Top-level package for Medeia-Macina.
This package provides the `cli_entry` module which exposes the `main()` entry
point used by command-line launchers.
"""
__all__ = ["cli_entry"]
__version__ = "0.1.0"