Initial Test Iteration #1

Merged
foefl merged 48 commits from dev into main 2026-06-16 08:08:58 +00:00
Showing only changes of commit 949fd46058 - Show all commits

View File

@@ -0,0 +1,12 @@
import os
import sys
import dotenv
if sys.stdout is None:
sys.stdout = open(os.devnull, "w", encoding="utf-8")
if sys.stderr is None:
sys.stderr = open(os.devnull, "w", encoding="utf-8")
dotenv.load_dotenv()