from command import AbstractCommand class Login(AbstractCommand): def check_arg(self): return len(self.arg) < 2 def execute(self) -> str: