nova-api/api/providers/__init__.py

13 lines
139 B
Python
Raw Normal View History

2023-10-05 15:06:33 +02:00
from . import \
2023-10-06 23:05:38 +02:00
azure, \
2023-10-05 15:06:33 +02:00
closed, \
closed4
# closed432
MODULES = [
2023-10-06 23:05:38 +02:00
azure,
2023-10-05 15:06:33 +02:00
closed,
closed4,
# closed432,
]