4 lines
97 B
Python
4 lines
97 B
Python
import sys
|
|
sys.path.insert(0, '/opt/adguard-dashboard')
|
|
from dashboard import app as application
|