TerraDrone/raspberry/terradrone.py

10 lines
257 B
Python

####################################################################
# This file contains the main code to control the robot.
#
####################################################################
def main():
pass
if __name__ == "__main__":
main()