mirror of
https://github.com/emendir/EndraApp.git
synced 2026-04-24 00:08:03 -04:00
4 lines
121 B
Python
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") |