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