📄 __main__.py 99 bytes Apr 25, 2026 📋 Raw

"""Allow running the package as: python -m icarus.core"""

from icarus.core.cli import main

main()