6 lines
187 B
Python
6 lines
187 B
Python
|
|
"""Provider core modules.
|
||
|
|
|
||
|
|
This package contains the provider framework (base types, registry, and shared helpers).
|
||
|
|
Concrete provider implementations live in the `Provider/` package.
|
||
|
|
"""
|