mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 19:17:41 +03:00
6 lines
138 B
Python
6 lines
138 B
Python
"""Run the transcode proxy: python -m transcode_proxy."""
|
|
from transcode_proxy.main import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|