|
|
@ -99,7 +99,6 @@ if __name__ == "__main__": |
|
|
if not args.arg.isdecimal(): |
|
|
if not args.arg.isdecimal(): |
|
|
# save on import time slightly |
|
|
# save on import time slightly |
|
|
from print2d import print2d |
|
|
from print2d import print2d |
|
|
if any(arg for arg in (args.route,args.direction)): |
|
|
|
|
|
from search import Search,StopSearch |
|
|
from search import Search,StopSearch |
|
|
#routes |
|
|
#routes |
|
|
if not args.route: |
|
|
if not args.route: |
|
|
|