mirror of
https://github.com/kevinveenbirkenbach/splitted-secret.git
synced 2026-07-22 18:04:15 +00:00
Refactored to use AbstractSplittedSecret
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from .AbstractSplittedSecret import AbstractSplittedSecret
|
||||
class Cleanup(AbstractSplittedSecret):
|
||||
def __init__(self):
|
||||
pass
|
||||
def deleteAll(self):
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user