audio-enhancer / api /__init__.py
kodermax's picture
up
1e0a18a
raw
history blame contribute delete
77 Bytes
"""API эндпоинты."""
from .endpoints import app
__all__ = ["app"]