from django import forms


class ImportStaffSpreadSheet(forms.Form):
    staff_file = forms.FileField()