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

@@ -131,6 +131,7 @@ Command example:
_debug_on=args.debug)
create_station.build()
print('Created %s stations' % num_sta)
if __name__ == "__main__":
main()