mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-25 04:30:05 +08:00
9 lines
88 B
Go
9 lines
88 B
Go
//go:build build_local
|
|
|
|
package script
|
|
|
|
/*
|
|
#cgo pkg-config: python3-embed
|
|
*/
|
|
import "C"
|