mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-16 08:05:22 +03:00
5 lines
105 B
Python
5 lines
105 B
Python
from .app import FrigateApp
|
|
from .config import FrigateConfig
|
|
|
|
__all__ = ["FrigateApp", "FrigateConfig"]
|