add start.py

master
Can202 2021-09-01 22:03:24 -04:00
parent 3b8756a869
commit a3524a2ac2
1 changed files with 10 additions and 0 deletions

10
src/start.py Normal file
View File

@ -0,0 +1,10 @@
import sys
# The following line is modified at installation time by setup.py so it
# points to the actual modules installation path.
sys.path.insert(0, "src")
import trelby
trelby.main()