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