This commit is contained in:
Mark Qvist 2021-09-18 21:52:28 +02:00
parent 711b754dcc
commit 6362e04567
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ from .vendor import umsgpack as umsgpack
class Transport: class Transport:
""" """
Through static methods of this class you can interact with Reticulums Through static methods of this class you can interact with the
Transport system. Transport system of Reticulum.
""" """
# Constants # Constants
BROADCAST = 0x00; BROADCAST = 0x00;