Skip to content

Commit

Permalink
added utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
i3hz committed Nov 16, 2024
1 parent 1d7e93b commit 3fd7dd5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions main/utils.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
def store_password(service, password, master_password):
pass

def retrieve_password(service, master_password):
pass

def delete_service(service):
pass

def backup_passwords(master_password):
pass

0 comments on commit 3fd7dd5

Please sign in to comment.