mirror of
https://github.com/emendir/EndraApp.git
synced 2026-02-20 07:44:06 -05: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") |