Files
winauthmon-server/api/__init__.py
T

5 lines
86 B
Python
Raw Normal View History

2025-05-25 20:26:18 +01:00
from flask import Blueprint
api_bp = Blueprint('api', __name__)
from . import routes