mirror of
https://github.com/usetrmnl/byos_fastapi.git
synced 2026-04-29 13:44:09 -07:00
6 lines
107 B
Python
6 lines
107 B
Python
"""TRMNL local server package."""
|
|
|
|
from . import config # re-export for convenience
|
|
|
|
__all__ = ['config']
|