ogn-python/app/main/__init__.py

6 wiersze
86 B
Python

from flask import Blueprint
bp = Blueprint("main", __name__)
import app.main.routes