flo-token-explorer-historic/rmt-explorer.py
2018-12-07 01:14:41 +05:30

4 lines
60 B
Python

#!/usr/bin/python3
from app import app
app.run(debug=True)