mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
|
#!/usr/bin/env python3
|
||
|
|
||
|
from tutor.cli import main
|
||
|
main()
|