added path to python main script

parent 0c158085
#!/usr/bin/env python3
import sys import sys
import os import os
from os.path import isfile, join from os.path import isfile, join
...@@ -166,4 +167,4 @@ while run: ...@@ -166,4 +167,4 @@ while run:
pygame.quit() pygame.quit()
sys.exit() sys.exit()
exit() exit()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment