2019-12-20 14:37:14 -05:00

4 lines
75 B
Python

from crc import app
if __name__ == "__main__":
app.run(host='0.0.0.0')