mirror of
https://github.com/DeclanHoare/shiftgears.git
synced 2025-01-22 08:11:52 -05:00
4 lines
122 B
Python
4 lines
122 B
Python
import os
|
|
import sys
|
|
sys.path.insert(0, os.path.dirname(os.path.realpath(__file__)))
|
|
from unite import app as application
|