Refactor code structure for improved readability and maintainability

This commit is contained in:
bsiggel
2026-03-26 22:24:07 +00:00
parent 9b2fb5ae4a
commit 1cd8de8574
10 changed files with 265 additions and 1313 deletions

View File

@@ -3,7 +3,7 @@ name = "motia-iii-example-python"
version = "0.0.1"
description = "Motia iii Example - Python Implementation"
authors = [{ name = "III" }]
requires-python = ">=3.10"
requires-python = ">=3.12"
dependencies = [
"motia[otel]==1.0.0rc24",