Skip to content

Commit

Permalink
Merge pull request #20 from ar90n/feature/fix-export-types
Browse files Browse the repository at this point in the history
fix: Fix export ypes
  • Loading branch information
ar90n authored Apr 29, 2022
2 parents 9e39716 + b936eff commit 44370a6
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
Expand Up @@ -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 44370a6

Please sign in to comment.