Files
EndraApp/__main__.py
2025-02-05 19:49:58 +01:00

4 lines
121 B
Python

import sys
import os
os.chdir(os.path.join(os.path.dirname(__file__), "src"))
os.system(f"{sys.executable} -m endra_app")