chore: init from code-review-graph-main snapshot (v2.3.7)

This commit is contained in:
dev
2026-08-05 13:16:12 +08:00
commit 82b7c6dc9e
358 changed files with 118525 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"""Fixture that imports and calls functions from sample_python."""
from sample_python import create_auth_service
def setup_and_run():
service = create_auth_service()
return service