mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2024-11-01 00:53:11 +01:00
3 lines
151 B
Python
3 lines
151 B
Python
class AbstractSplittedSecret:
|
|
def __init__(self):
|
|
self.encrypted_splitted_password_files_folder = "data/encrypted/splitted_password_files/" |