apps.py 159 B

123456
  1. class custom_app_context:
  2. @staticmethod
  3. def hash(password: str) -> str: pass
  4. @staticmethod
  5. def verify(password: str, hash: str) -> bool: pass