First commit
This commit is contained in:
3
src/core/config.py
Normal file
3
src/core/config.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import os
|
||||
|
||||
MOCK_AVCONNECT: bool = os.environ.get("MOCK_AVCONNECT", "").lower() in ("1", "true", "yes")
|
||||
Reference in New Issue
Block a user