payment/app.py

8 lines
101 B
Python

from flask import Flask
from config import get_config
config = get_config()
app = Flask(__name__)