Skip to content

Commit c371825

Browse files
committed
start mock modem class
1 parent 19c46ab commit c371825

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/Network/MockModem.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from Hologram.Modem import Modem
2+
3+
class MockModem(Modem):
4+
def __init__(self):
5+

0 commit comments

Comments
 (0)