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 5db8cfa commit fa6466fCopy full SHA for fa6466f
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