6 lines
104 B
Python
6 lines
104 B
Python
import hy.lang.importer # NOQA
|
|
from app import app
|
|
|
|
if __name__ == '__main__':
|
|
app.run(debug=True)
|