6 lines
115 B
Python
6 lines
115 B
Python
"""Allow ``python -m javis`` to invoke the CLI."""
|
|
|
|
from javis.interface.cli import main
|
|
|
|
raise SystemExit(main())
|