nova-api/api/providers/__init__.py

3 lines
59 B
Python
Raw Normal View History

2023-10-09 19:09:01 +02:00
from . import azure, webraft
MODULES = [azure, webraft]