5 lines
167 B
Python
5 lines
167 B
Python
|
|
from ProviderCore.registry import list_search_providers, list_providers
|
||
|
|
|
||
|
|
print('Search providers:', list_search_providers())
|
||
|
|
print('All providers:', list_providers())
|