Skip to content

Commit

Permalink
♻️ Refactor funcchain to include Depends in __init__.py exports
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Mar 10, 2024
1 parent 95ee96d commit 312a74f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/funcchain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .syntax.executable import achain, chain
from .syntax.input_types import Image
from .syntax.output_types import Error
from .syntax.params import Depends

__all__ = [
"settings",
Expand All @@ -15,4 +16,5 @@
"Image",
"Error",
"runnable",
"Depends",
]

0 comments on commit 312a74f

Please sign in to comment.