from .auth import UserRegistrationForm, CustomAuthenticationForm
from .profile import UserProfileForm
from .event import ProposalForm, SpeakerForm

__all__ = [
    'UserRegistrationForm',
    'CustomAuthenticationForm',
    'UserProfileForm',
    'ProposalForm',
    'SpeakerForm'
]
