blob: 20dd7865c845e7e7cd276ef7187dde93e889fb5b [file] [log] [blame]
Austin Schuh075a5072017-10-21 18:05:25 -07001py_binary(
2 name = "phase_current",
3 srcs = [
4 "phase_current.py",
5 ],
6 deps = [
7 "//external:python-gflags",
8 "//external:python-glog",
9 "//frc971/control_loops/python:controls",
10 ],
11 restricted_to = ["//tools:k8"],
12)