rts-sim-testing-service/third_party/third_party.go

12 lines
211 B
Go
Raw Normal View History

package third_party
import (
"joylink.club/bj-rtsts-server/third_party/dynamics"
"joylink.club/bj-rtsts-server/third_party/semi_physical_train"
)
func Init() {
dynamics.Init()
semi_physical_train.Init()
}