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