nova-api/api/providers/__init__.py
2023-10-12 00:03:15 +02:00

3 lines
41 B
Python

from . import azure
MODULES = [azure]