Projekt

Obecné

Profil

Stáhnout (181 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 d79d1369 David Friesecký
class PrivateKey:
2
    def __init__(self,
3
                 private_key: str,
4
                 password: str):
5
        self.private_key = private_key
6
        self.password = password