darpa-sail-on / sail-on-client

Client and Protcols for DARPA Sail On.
https://darpa-sail-on.github.io/sail-on-client/index.html
Other
2 stars 0 forks source link

Expose submodule imports in __init__.py #95

Closed as6520 closed 3 years ago

as6520 commented 3 years ago

I tried to experiment with mkinit to see if we could autogenerate these imports. However, moving the imports to init in feedback and protocol results in circular import that causes tests to fail. Thus closing this since we can't support this.