lnbits/main.py
2020-09-04 21:33:30 -03:00

5 lines
73 B
Python

from lnbits import app, migrate_databases
migrate_databases()
app.run()