Files
Medios-Macina/ProviderCore/__init__.py

6 lines
187 B
Python
Raw Normal View History

2025-12-12 21:55:38 -08:00
"""Provider core modules.
This package contains the provider framework (base types, registry, and shared helpers).
Concrete provider implementations live in the `Provider/` package.
"""