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

14 lines
111 B
Python

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