Skip to content

Commit

Permalink
Update __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsh committed Dec 19, 2023
1 parent 5bea984 commit f7a422d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
'assert_isa', 'isa', 'issubclass', 'validate_func', 'is_subtype', 'cv_type_checking',
'Constraint', 'String', 'Int',
'Dispatch',
'multidispatch', 'multidispatch_final',
)

def Dispatch(typesystem: TypeSystem = PythonTyping()):
Expand Down

0 comments on commit f7a422d

Please sign in to comment.