medicine-mts/appa/admin_forms.py

8 lines
64 B
Python

from django import forms
from .models import *
__all__ = [
]