This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
larpe/larpe/tags/release-1.0/larpe/form_prefill.py

11 lines
191 B
Python

from qommon.storage import StorableObject
class FormPrefill(StorableObject):
_names = 'form_prefill'
host_id = 0
name = None
url = None
profile = None
prefix = None