5 lines
78 B
Python
Executable file
5 lines
78 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from snapindices import application
|
|
|
|
application.run()
|