Development

This commit is contained in:
Matthew Grotke 2026-05-30 16:25:46 -04:00
parent cb4e1933a7
commit df4632ff41
6 changed files with 51 additions and 1 deletions

View file

@ -0,0 +1,6 @@
from pathlib import Path
from flask import Blueprint
_PAGE = Path(__file__).parent.name
bp = Blueprint(_PAGE, __name__)