Files
2025-12-13 10:19:52 +00:00

6 lines
107 B
Python

"""TRMNL local server package."""
from . import config # re-export for convenience
__all__ = ['config']