We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c46ab commit c371825Copy full SHA for c371825
tests/Network/MockModem.py
@@ -0,0 +1,5 @@
1
+from Hologram.Modem import Modem
2
+
3
+class MockModem(Modem):
4
+ def __init__(self):
5
0 commit comments