nova-api/api/providers/__init__.py
2023-10-16 21:34:54 +00:00

3 lines
39 B
Python

from . import ails
MODULES = [ails]