create scripts print when they are finished

This commit is contained in:
Matthew Stidham
2021-02-10 13:25:41 -08:00
parent 35270eb0ae
commit f7162411e6
11 changed files with 458 additions and 4 deletions

View File

@@ -107,6 +107,7 @@ Command example:
# create_vr.monitor()
# create_vr.stop()
# create_vr.clean()
print('Created Virtual Router')
if __name__ == "__main__":
main()