open-law/app/forms/__init__.py

4 lines
88 B
Python

# flake8: noqa F401
from .auth import LoginForm
from .user import UserForm, NewUserForm