Skip to content

Commit

Permalink
docstring for mininet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
poesel committed May 9, 2020
1 parent 89b3dcb commit d5372cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib/mininet.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@


class MiniNet:
""" """
"""
Used by the sandbox for 'make connect-wifi' to upload the program via ftp.
Not used in the rest of the program.
"""

def __init__(self):
print('INFO: Starting MiniNet')
Expand Down

0 comments on commit d5372cf

Please sign in to comment.