import cmd2 [docs]class LoadableKeeper(cmd2.CommandSet): def __init__(self): super().__init__() [docs] @cmd2.with_default_category("Galaxie Clans Keeper") def do_keeper(self): pass