4 lines
48 B
Python
4 lines
48 B
Python
|
|
from .cli import main
|
||
|
|
|
||
|
|
raise SystemExit(main())
|