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 6c75fba commit c736cdbCopy full SHA for c736cdb
simplepybotsdk/__init__.py
@@ -1,4 +1,5 @@
1
from simplepybotsdk.configurations import VERSION as __version__
2
+from simplepybotsdk.configurations import LICENSE as __license__
3
from simplepybotsdk.motor import Motor as Motor
4
from simplepybotsdk.sensor import Sensor as Sensor
5
from simplepybotsdk.robotSDK import RobotSDK as RobotSDK
simplepybotsdk/configurations.py
-VERSION = "0.4.0"
+VERSION = "0.5.0"
+LICENSE = "MIT - Copyright (c) 2021 Alex Vellone"
MOTORS_CHECK_PER_SECOND = 20
MOTORS_POINT_TO_POINT_CHECK_PER_SECOND = 10
WEB_SOCKET_SEND_PER_SECOND = 10
0 commit comments