mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
7 lines
165 B
Python
7 lines
165 B
Python
|
|
"""
|
||
|
|
This test module imports tests that come with pyfrc, and can be used
|
||
|
|
to test basic functionality of just about any robot.
|
||
|
|
"""
|
||
|
|
|
||
|
|
from pyfrc.tests import *
|