Files
Autoparts-DB/console/__main__.py
2026-02-15 01:29:54 +00:00

8 lines
97 B
Python

"""
Allow running the package with: python -m console
"""
from console.main import main
main()