ShortGPT / gui /ui_abstract_component.py
HashScripts's picture
Upload 167 files
b293d47 verified
raw
history blame contribute delete
88 Bytes
class AbstractComponentUI:
def create_ui(self):
raise NotImplementedError