tildetown-admin/ttadmin/help/forms.py

6 lines
65 B
Python

from django.forms import Form
class TicketForm(Form):
pass