class PrivateKey:
def __init__(self,
private_key: str,
password: str):
self.private_key = private_key
self.password = password