hy/site/shim.py

8 lines
122 B
Python
Raw Normal View History

2013-03-10 04:47:25 +01:00
import hy # NOQA
2013-03-28 03:19:57 +01:00
import hy.contrib.meth # NOQA
2013-03-10 04:45:08 +01:00
from app import app
2013-03-28 03:19:57 +01:00
2013-03-10 04:45:08 +01:00
if __name__ == '__main__':
app.run(debug=True)