front_ponto_eletronico/routes/__init__.py
2025-03-17 15:00:51 -03:00

4 lines
47 B
Python

from .auth import auth_bp
__all__ = ["auth" ]