mirror of
https://github.com/usetrmnl/byos_fastapi.git
synced 2026-04-29 13:44:09 -07:00
7 lines
118 B
Python
7 lines
118 B
Python
"""Module entry point for ``python -m trmnl_server``."""
|
|
|
|
from .main import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|