Skip to content

Commit 57fcfd8

Browse files
committed
Update __init__.py
1 parent c95dfaa commit 57fcfd8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

subprojects/robotpy-cscore/cscore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from . import _init__cscore
22

3-
# autogenerated by 'robotpy-build create-imports cscore cscore._cscore'
3+
# autogenerated by 'semiwrap create-imports cscore cscore._cscore'
44
from ._cscore import (
55
AxisCamera,
66
CameraServer,

subprojects/robotpy-wpilib/wpilib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
IterativeRobotBase,
5050
Jaguar,
5151
Joystick,
52+
Koors40,
5253
LEDPattern,
5354
LiveWindow,
5455
Mechanism2d,
@@ -159,6 +160,7 @@
159160
"IterativeRobotBase",
160161
"Jaguar",
161162
"Joystick",
163+
"Koors40",
162164
"LEDPattern",
163165
"LiveWindow",
164166
"Mechanism2d",

0 commit comments

Comments
 (0)