3 lines
47 B
Python
3 lines
47 B
Python
from .cli import main
|
|
raise SystemExit(main())
|
from .cli import main
|
|
raise SystemExit(main())
|