Skip to content

Commit

Permalink
✨ Add runnable decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Feb 1, 2024
1 parent f3e9e90 commit 8808a47
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
@@ -1,6 +1,7 @@
from pydantic import BaseModel

from .backend.settings import settings
from .syntax.decorators import runnable
from .syntax.executable import achain, chain
from .syntax.input_types import Image
from .syntax.output_types import Error
Expand All @@ -9,6 +10,7 @@
"settings",
"chain",
"achain",
"runnable",
"BaseModel",
"Image",
"Error",
Expand Down

0 comments on commit 8808a47

Please sign in to comment.