""" Story Writer API API endpoints for story generation functionality. """ from .router import router __all__ = ['router']