6 lines
111 B
Python
6 lines
111 B
Python
#!/usr/bin/env python2
|
|
|
|
import sys
|
|
sys.path.insert(0, '/data/htman/src')
|
|
|
|
from htman import app as application
|