geo/backend/app/services/content/__init__.py

4 lines
91 B
Python

from app.services.content.html_generator import HTMLGenerator
__all__ = ["HTMLGenerator"]