mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
7 lines
138 B
Python
7 lines
138 B
Python
from bake import Bakefile
|
|
|
|
bakefile = Bakefile.find()
|
|
bakefile.cache.clear()
|
|
# bakefile.cache["test"] = 1
|
|
# print(bakefile.cache["test"])
|