GitHub Action
deploy: worker release from GitHub
8ff1b66
raw
history blame contribute delete
190 Bytes
"""Serwisy biznesowe aplikacji."""
from app.services.nlp_service import get_nlp_service
from app.services.steam_service import steam_service
__all__ = ["get_nlp_service", "steam_service"]