Class File(Document):
def get_content(self):
pass
Want to override the above file. I don’t get how to mention this in hooks?
Class File(Document):
def get_content(self):
pass
Want to override the above file. I don’t get how to mention this in hooks?