Skip to content

Commit e57ae46

Browse files
authored
Merge pull request #917 from Mirascope/finite-state-machine
feat: FiniteStateMachine type-safe interface (without compilation)
2 parents 512a9cf + 80a96b9 commit e57ae46

File tree

4 files changed

+723
-2
lines changed

4 files changed

+723
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""The Experimental Mirascope Graphs Module."""
2+
3+
from .finite_state_machine import FiniteStateMachine, RunContext
4+
5+
__all__ = ["FiniteStateMachine", "RunContext"]

0 commit comments

Comments
 (0)