mirror of
https://git.burble.com/burble.dn42/bird-lg.git
synced 2024-05-12 03:55:36 +00: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
|