mirror of
https://github.com/sileht/bird-lg.git
synced 2024-10-31 21:54:41 +01:00
9 lines
147 B
Python
9 lines
147 B
Python
|
|
import sys
|
|
import os
|
|
|
|
sitepath = os.path.realpath(os.path.dirname(__file__))
|
|
sys.path.insert(0, sitepath)
|
|
|
|
from lgproxy import app as application
|