mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[copybara] Resync robotpy (#8585)
Project import generated by Copybara.
GitOrigin-RevId: fd000778e9b78c72cc7ca7b2ebe476129b78c6e0
This commit is contained in:
@@ -56,7 +56,6 @@ from ._simulation import (
|
||||
setRuntimeType,
|
||||
stepTiming,
|
||||
stepTimingAsync,
|
||||
waitForProgramStart,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -114,7 +113,10 @@ __all__ = [
|
||||
"setRuntimeType",
|
||||
"stepTiming",
|
||||
"stepTimingAsync",
|
||||
"waitForProgramStart",
|
||||
]
|
||||
|
||||
del _init__simulation
|
||||
|
||||
from hal.simulation import waitForProgramStart
|
||||
|
||||
__all__ += ["waitForProgramStart"]
|
||||
|
||||
Reference in New Issue
Block a user