cryptonas-branches/pythonrewrite/bin2/CryptoBoxContainer.py
2006-08-16 07:17:44 +00:00

7 lines
81 B
Python

class CryptoBoxContainer:
def __init__(self, device):
self.device = device