Skip to content

Commit 1548145

Browse files
authored
Implement decision state machine (#8)
1 parent 06b6550 commit 1548145

File tree

3 files changed

+1372
-0
lines changed

3 files changed

+1372
-0
lines changed

cadence/_internal/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""Private implementation details for the Cadence Python client.
2+
3+
Modules in this package are not part of the public API surface and may change
4+
without notice. Public callers should import from packages like `cadence.worker`,
5+
`cadence.workflow`, and `cadence.activity` instead.
6+
"""
7+
8+
__all__: list[str] = []
9+
10+

0 commit comments

Comments
 (0)