@ -0,0 +1,9 @@
from command import AbstractCommand
class Login(AbstractCommand):
def check_arg(self):
return len(self.arg) < 2
def execute(self) -> str:
The note is not visible to the blocked user.