4 lines
48 B
Python
4 lines
48 B
Python
|
from .init import sys, main
|
||
|
|
||
|
main(sys.argv[1:])
|