Files
test/retraining/main/forms.py

5 lines
85 B
Python

from django import forms
class Pump(forms.Form):
flow = forms.NumberInput()