replacing bash
This commit is contained in:
parent
e0ec6cb9a4
commit
c473798003
8 changed files with 321 additions and 0 deletions
6
pythonrewrite/bin2/CryptoBoxContainer.py
Normal file
6
pythonrewrite/bin2/CryptoBoxContainer.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
class CryptoBoxContainer:
|
||||
|
||||
def __init__(self, device):
|
||||
self.device = device
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue