8 lines
97 B
Python
8 lines
97 B
Python
"""
|
|
Allow running the package with: python -m console
|
|
"""
|
|
|
|
from console.main import main
|
|
|
|
main()
|