Files
Medios-Macina/medeia_macina/__init__.py

10 lines
209 B
Python
Raw Normal View History

2025-12-23 16:36:39 -08:00
"""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"