mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
14 lines
200 B
Python
14 lines
200 B
Python
from common import *
|
|
|
|
from trezor.crypto import random
|
|
|
|
from trezor import msg
|
|
|
|
class TestMsg(unittest.TestCase):
|
|
|
|
def test_usb(self):
|
|
pass
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|