mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 21:42:14 +00:00
5 lines
69 B
Python
5 lines
69 B
Python
from django import forms
|
|
|
|
class SessionLogForm(forms.Form):
|
|
pass
|