Files
2125_GCE/xic_cache.py
T

6 lines
88 B
Python
Raw Normal View History

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