2016-11-06 16:39:30 +00:00
|
|
|
from common import *
|
|
|
|
|
|
|
|
from trezor.crypto import random
|
|
|
|
|
|
|
|
from trezor import msg
|
|
|
|
|
|
|
|
class TestMsg(unittest.TestCase):
|
|
|
|
|
2017-04-21 16:23:39 +00:00
|
|
|
def test_usb(self):
|
|
|
|
pass
|
2016-11-06 16:39:30 +00:00
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
unittest.main()
|