Closed KelvinYang0320 closed 3 years ago
We can solve the cross imports problem by adding this line if name == 'main': at robot_supervisor_manager.py and constants will be visible to the end user at robot_supervisor_manager.py.
if name == 'main':
Do you think constants is better to be added at robot_supervisor_manager.py Originally posted by @ManosMagnus in https://github.com/aidudezzz/deepworlds/issues/33#issuecomment-812449145
We can solve the cross imports problem by adding this line
if name == 'main':
at robot_supervisor_manager.py and constants will be visible to the end user at robot_supervisor_manager.py.