shiimoe.py (108B)
1 2 3 4 5
#!/usr/bin/env python import shiimoe if __name__ == '__main__': shiimoe.app.run(debug=True, port=8000)