Files
Argenta/docs/code_snippets/dependency_injection_example_sample3.py
T
2025-10-19 01:13:14 +03:00

4 lines
103 B
Python

from argenta import Orchestrator
orchestrator = Orchestrator(custom_providers=[ConnectionProvider()])