6 lines
75 B
Python
6 lines
75 B
Python
|
|
"""Allow running as: python -m mempalace"""
|
||
|
|
|
||
|
|
from .cli import main
|
||
|
|
|
||
|
|
main()
|