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