hy/eg/flask/shim.py

6 lines
104 B
Python
Raw Normal View History

2013-01-12 20:32:32 +01:00
import hy.lang.importer # NOQA
2013-01-03 04:05:14 +01:00
from app import app
if __name__ == '__main__':
app.run(debug=True)