cryptonas-branches/pythonrewrite/bin2/CryptoBoxContainer.py

14 lines
111 B
Python
Raw Normal View History

2006-08-16 13:07:57 +02:00
'''
TODO
'''
2006-08-16 09:17:44 +02:00
class CryptoBoxContainer:
2006-08-16 13:07:57 +02:00
'''
TODO
'''
2006-08-16 09:17:44 +02:00
def __init__(self, device):
self.device = device
2006-08-16 13:07:57 +02:00