Files
2125_GCE/xic_cache.py
T
2026-07-09 12:54:44 -04:00

6 lines
88 B
Python
Executable File

class XICCache:
def __init__(self):
self.cache = {}
xic_cache = XICCache()