bitvend/bitvend/app.py

4 lines
51 B
Python

from bitvend import create_app
app = create_app()