hy/eg/flask/shim.py

6 lines
104 B
Python
Raw Permalink Normal View History

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