2023-09-06 15:44:00 +03:00

5 lines
94 B
Python

from .page import Page
from .renderer import PageRenderer
__all__ = ["Page", "PageRenderer"]