hy/site/shim.py

8 lines
122 B
Python
Raw Normal View History

2013-03-09 22:47:25 -05:00
import hy # NOQA
2013-03-27 22:19:57 -04:00
import hy.contrib.meth # NOQA
2013-03-09 22:45:08 -05:00
from app import app
2013-03-27 22:19:57 -04:00
2013-03-09 22:45:08 -05:00
if __name__ == '__main__':
app.run(debug=True)