Initial Code
First Commit
This commit is contained in:
3
scheduler/cache.py
Executable file
3
scheduler/cache.py
Executable file
@@ -0,0 +1,3 @@
|
||||
from diskcache import Cache
|
||||
|
||||
cache = Cache(".cache") # Creates a folder named 'cache'
|
||||
Reference in New Issue
Block a user