mirror of
https://github.com/sileht/bird-lg.git
synced 2024-11-16 04:14:43 +01:00
6 lines
98 B
Python
6 lines
98 B
Python
|
|
import sys
|
|
sys.path.insert(0,"/var/www/lg2.tetaneutral.net/")
|
|
|
|
from lg import app as application
|