apps.py 175 B

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