mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 16:14:08 +00:00
5 lines
67 B
Python
Executable File
5 lines
67 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from tutor.commands.cli import main
|
|
main()
|