Files
myapp-full/myapp/forms/__init__.py

13 lines
237 B
Python

#!/usr/bin/env python3
# -*- coding: UTF-8 -*-
__author__ = 'RemiZOffAlex'
__copyright__ = '(c) RemiZOffAlex'
__license__ = 'MIT'
__email__ = 'remizoffalex@mail.ru'
from .users import LoginForm
from .page import PageEdit
__all__ = []