Rename Flask template app to pbpl

Signed-off-by: Arija A. <ari@ari.lt>
This commit is contained in:
2025-10-23 20:38:04 +03:00
parent caf4ac7c06
commit 56aee59790
15 changed files with 11 additions and 352 deletions

View File

@@ -6,7 +6,7 @@ from warnings import filterwarnings as filter_warnings
from flask import Flask
from flask_app import create_app
from pbpl import create_app
app: Flask = create_app(__name__)