This commit is contained in:
2019-09-22 21:07:57 -04:00
parent 86868f33d4
commit 3f6c516001
+1 -1
View File
@@ -4,7 +4,7 @@ import delegator
PREFIX = "bake"
SEPERATOR = "."
__all__ = ["cache"]
__all__ = ['Cache']
class Cache: