Files
PyRIGS/training/forms.py
2021-07-05 18:24:24 +01:00

5 lines
69 B
Python

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