Files
lrc/run.py

8 lines
93 B
Python

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