[robotpy] Add build scripts for wpilib and dependencies (#8348)

This gets the majority of projects from mostrobotpy building in this mirror. Projects missing still are cscore and the halsim wrappers.
This commit is contained in:
PJ Reiniger
2025-11-09 13:32:58 -05:00
committed by GitHub
parent 5636b8cd77
commit 892666fbbe
38 changed files with 7273 additions and 92 deletions

View File

@@ -1,6 +1,6 @@
from . import _init__wpimath_test
# autogenerated by 'robotpy-build create-imports wpimath_test'
# autogenerated by 'semiwrap create-imports wpimath_test wpimath_test._wpimath_test'
from ._wpimath_test import SomeClass
__all__ = ["SomeClass"]