Files
lrc/run.py
2019-03-12 16:48:27 +01:00

7 lines
92 B
Python
Executable File

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