This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/run.py

4 lines
92 B
Python
Raw Normal View History

from pynyaata.config import app, APP_PORT, IS_DEBUG
app.run('0.0.0.0', APP_PORT, IS_DEBUG)