pycobalt
pycobalt copied to clipboard
Cyclic Import Error
The line import pycobalt.engine as engine crashes following to an import error. I have seen that engine.py has an import to callbacks while callbacks.py has an import to engine.py. The code cannot run for now.
I have invesigated that error, the code doesn't supported on python 3.6. Please add the this comment to the docs.
No cyclic import errors on python 3.7.4 >