nova-api/api/providers/__init__.py

3 lines
41 B
Python
Raw Normal View History

2023-10-12 00:03:15 +02:00
from . import azure
MODULES = [azure]