7 lines
87 B
Python
7 lines
87 B
Python
"""
|
|
AI service package.
|
|
"""
|
|
|
|
# Import for easier access
|
|
from ai_service.api import app
|