Skip to content

Commit

Permalink
tweak __all__ again
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 12, 2023
1 parent 27cb9b1 commit 24d09f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/python-fastui/fastui/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from .tables import Pagination, Table

__all__ = (
'AnyComponent',
# first we include everything from `AnyComponent`
'Text',
'Paragraph',
'PageTitle',
Expand All @@ -52,6 +52,9 @@
'Form',
'FormField',
'ModelForm',
# then `AnyComponent` itself
'AnyComponent',
# then the other form field types which are included in `AnyComponent` via the `FormField` union
'FormFieldBoolean',
'FormFieldFile',
'FormFieldInput',
Expand Down

0 comments on commit 24d09f8

Please sign in to comment.