SpeakLab / controllers /views /__init__.py
seba3y's picture
Upload 36 files
a3847b2 verified
Raw
History Blame Contribute Delete
181 Bytes
from .streak_view import render_streak_html
from .analysis_view import render_analysis_html
from .styles import CSS
__all__ = ["render_streak_html", "render_analysis_html", "CSS"]