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 c95dfaa commit 57fcfd8Copy full SHA for 57fcfd8
subprojects/robotpy-cscore/cscore/__init__.py
@@ -1,6 +1,6 @@
1
from . import _init__cscore
2
3
-# autogenerated by 'robotpy-build create-imports cscore cscore._cscore'
+# autogenerated by 'semiwrap create-imports cscore cscore._cscore'
4
from ._cscore import (
5
AxisCamera,
6
CameraServer,
subprojects/robotpy-wpilib/wpilib/__init__.py
@@ -49,6 +49,7 @@
49
IterativeRobotBase,
50
Jaguar,
51
Joystick,
52
+ Koors40,
53
LEDPattern,
54
LiveWindow,
55
Mechanism2d,
@@ -159,6 +160,7 @@
159
160
"IterativeRobotBase",
161
"Jaguar",
162
"Joystick",
163
+ "Koors40",
164
"LEDPattern",
165
"LiveWindow",
166
"Mechanism2d",
0 commit comments