hy/eg/flask/shim.py

6 lines
96 B
Python
Raw Normal View History

2013-01-02 22:05:14 -05:00
import hy.lang.importer
from app import app
if __name__ == '__main__':
app.run(debug=True)