Added experimental cache support
All checks were successful
Analysis / SonarCloud (push) Successful in 51s

This commit is contained in:
2025-02-16 16:45:22 +01:00
parent e9abed27f8
commit 554b522400
10 changed files with 297 additions and 0 deletions

2
src/libbot/cache/__init__.py vendored Normal file
View File

@@ -0,0 +1,2 @@
# This file is left empty on purpose
# Adding imports here will cause import errors when libbot[pycord] is not installed