wsgi.py (92B)
1 2 3 4 5 6
#!/usr/bin/env python3 from shiimoe import app if __name__ == "__main__": app.run()