8 lines
93 B
Python
8 lines
93 B
Python
#!/usr/bin/env python
|
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from backend import app
|
|
|
|
app.run(debug=True)
|