PenetrationTestingScripts/rainmap-lite/nmaper/forms.py

5 lines
115 B
Python

from django import forms
class ScanForm(forms.Form):
target = forms.CharField(label='target', max_length=100)