linuxrouter/docker/routlin-dash/app/pages/radius/action.py
2026-05-30 16:25:46 -04:00

6 lines
122 B
Python

from pathlib import Path
from flask import Blueprint
_PAGE = Path(__file__).parent.name
bp = Blueprint(_PAGE, __name__)