ntt123's picture
add app
587b6c9
raw
history blame contribute delete
No virus
164 Bytes
def os_cache(x):
return x
def create(*args, **kwargs):
class T:
def load_registry(self, *args, **kwargs):
return None
return T()