Initial Code

First Commit
This commit is contained in:
2025-06-16 01:02:22 +02:00
commit 55d25b0eb9
19 changed files with 1444 additions and 0 deletions

3
scheduler/cache.py Executable file
View File

@@ -0,0 +1,3 @@
from diskcache import Cache
cache = Cache(".cache") # Creates a folder named 'cache'