robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

Remove circular imports #79

Closed auscompgeek closed 4 years ago

virtuald commented 5 years ago

It seems to me that from ._cscore is better than from _cscore, why the change?

auscompgeek commented 5 years ago

Partly because I wanted to be able to test/use the cscore bindings without importing CameraServer, but also to simplify the overengineered docs generation so we can use all the types in type hints and not break the docs.

auscompgeek commented 4 years ago

This is currently blocking being able to do #70 quickly.