7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-29 12:20:49 +00:00
tutor/bin/main
2019-05-29 09:53:54 +02:00

5 lines
67 B
Python
Executable File

#!/usr/bin/env python3
from tutor.commands.cli import main
main()