6 lines
146 B
Python
6 lines
146 B
Python
"""Provider plugin modules.
|
|
|
|
Concrete provider implementations live in this package.
|
|
The public entrypoint/registry is ProviderCore.registry.
|
|
"""
|