7 lines
172 B
Python
7 lines
172 B
Python
# Copyright (c) 2025 Patrick Motsch
|
|
# All rights reserved.
|
|
"""Generation service."""
|
|
|
|
from .mainServiceGeneration import GenerationService
|
|
|
|
__all__ = ["GenerationService"]
|