Skip to content

Commit

Permalink
Update import in init
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Oct 7, 2024
1 parent 7245604 commit 05e2b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastagency/ui/fastapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .base import FastAPIProvider
from .base import FastAPIProvider, FastAPIWorkflows

__all__ = ["FastAPIProvider"]
__all__ = ["FastAPIProvider", "FastAPIWorkflows"]

0 comments on commit 05e2b02

Please sign in to comment.