🐛 fix(_global): add global interpreter path

This commit is contained in:
Eshan Roy
2024-11-28 09:28:50 +05:30
parent 2a2543ae50
commit 55426d61cc

View File

@@ -1,4 +1,5 @@
#!/bin/python #!/usr/bin/python
import os import os
import libs.functions as fn import libs.functions as fn
from ui.ManagerGUI import ManagerGUI from ui.ManagerGUI import ManagerGUI