Skip to content

Commit

Permalink
fix: Fix export ypes
Browse files Browse the repository at this point in the history
ar90n committed Apr 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9e39716 commit b936eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alfort/__init__.py
Original file line number Diff line number Diff line change
@@ -5,6 +5,6 @@
except PackageNotFoundError:
__version__: str = "unknown"

from .app import Alfort, Dispatch, Effect, Init, Update, View
from .app import Alfort, Dispatch, Effect, Enqueue, Init, Update, View

__all__ = ["Alfort", "Dispatch", "Effect", "View", "Update", "Init"]
__all__ = ["Alfort", "Dispatch", "Effect", "View", "Update", "Init", "Enqueue"]

0 comments on commit b936eff

Please sign in to comment.