def __init__(self): self.form_fields = [] self.files = [] self.boundary = mimetools.choose_boundary() return