Skip to content
Snippets Groups Projects
Commit e46a3a89 authored by Julian's avatar Julian
Browse files

Make all relevant classes importable globally

parent 10c08503
No related branches found
No related tags found
No related merge requests found
__version__ = '0.1.0'
from .forms import JSONSchemaFormMixin
from .jsonschema import JSONSchema
from .layout import Fieldset, Layout, Row
__all__ = [JSONSchema, JSONSchemaFormMixin, Fieldset, Layout, Row]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment