INNER CODE UNIT · Python
register_subcommand
huggingface/autotrain-advanced · src/autotrain/cli/__init__.py:8
def register_subcommand(parser: ArgumentParser):
raise NotImplementedError()
@abstractmethod
def run(self):
raise NotImplementedError()