6 lines
65 B
Python
6 lines
65 B
Python
|
from django.forms import Form
|
||
|
|
||
|
|
||
|
class TicketForm(Form):
|
||
|
pass
|