nova-api/api/providers/__init__.py
2023-10-09 19:09:01 +02:00

3 lines
59 B
Python

from . import azure, webraft
MODULES = [azure, webraft]