math.go 84 B

123456
  1. package dependencies
  2. func init() {
  3. SetupDependency("numpy", "", "import numpy")
  4. }