flow_control: even more documentation

This commit is contained in:
Markus Rosenstihl 2016-02-18 17:50:21 +00:00
parent 488624bfce
commit 33a43be9ae

View File

@ -189,6 +189,8 @@ class Flow:
if __name__ == "__main__":
"""
This is the command line program to control the red-y flow control series.
Usage: ./flow_control.py [any number]
"""
conf = os.path.expanduser('~/.flow')
if os.path.exists(conf):