7 lines
100 B
Python
7 lines
100 B
Python
#!/usr/bin/python3
|
|
|
|
import sys
|
|
sys.path.append('/var/www/jc')
|
|
|
|
from index import app as application
|