Spaces:
No application file
No application file
File size: 164 Bytes
901d6f7 |
1 2 3 4 5 6 7 8 9 10 11 |
def os_cache(x):
return x
def create(*args, **kwargs):
class T:
def load_registry(self, *args, **kwargs):
return None
return T()
|