remove test code

This commit is contained in:
2025-07-27 18:16:36 +02:00
parent 62efbb4a41
commit 8e8b6190b9
3 changed files with 12 additions and 179 deletions

4
apps/other/src/config.py Normal file
View File

@@ -0,0 +1,4 @@
import os
from pathlib import Path
APP = os.environ.get("APP", Path(__file__).parent.parent.name)