cyphyhouse / Cymulator

Simulator for CyPhyHouse project based on Gazebo
University of Illinois/NCSA Open Source License
4 stars 1 forks source link

Add file description and type hints to all files #2

Open hc825b opened 5 years ago

hc825b commented 5 years ago

All files should have a header briefly describe the functionality the Python module, i.e., the file.

All formal parameters and return value of all functions should be typed using typing module.