A better application structure

This commit is contained in:
Patrick Jentsch
2023-05-15 12:00:13 +02:00
parent 1c47d2a346
commit 60a59383c7
16 changed files with 215 additions and 228 deletions

View File

@ -1,5 +0,0 @@
from flask import Blueprint
bp = Blueprint('tests', __name__)
from . import cli