init ai api key
This commit is contained in:
5
backend/ai/views/__init__.py
Normal file
5
backend/ai/views/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
__all__ = [
|
||||
'AIApiKeyViewSet'
|
||||
]
|
||||
|
||||
from ai.views.ai_api_key import AIApiKeyViewSet
|
||||
Reference in New Issue
Block a user