4 lines
91 B
Python
4 lines
91 B
Python
import sys
|
|
sys.path.insert(0, '/var/www/node/aac')
|
|
from aacstats import app as application
|