5 lines
49 B
Python
Executable file
5 lines
49 B
Python
Executable file
import sys
|
|
|
|
from . import main
|
|
|
|
sys.exit(main())
|