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