restore __main__.py

This commit is contained in:
Jason Hunter 2023-12-19 02:32:30 -05:00
parent 3da86df9f6
commit 7066688bfb

View File

@ -1,9 +1,9 @@
import faulthandler # noqa: E402 import faulthandler
import threading # noqa: E402 import threading
from flask import cli # noqa: E402 from flask import cli
from frigate.app import FrigateApp # noqa: E402 from frigate.app import FrigateApp
faulthandler.enable() faulthandler.enable()