Hermes Bot
restructure: monorepo with both projects under projects/
4aa219b
Raw
History Blame Contribute Delete
150 Bytes
"""
Content generation for CritterCalm using Dolphin-X1-8B or templates.
"""
from content.templates import get_template
__all__ = ["get_template"]