mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
7 lines
83 B
Python
7 lines
83 B
Python
import sys
|
|
from .cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|