VEX-Robotics-AI / VEX-Py

VEXcode / Robot Mesh VEX Python API Stubs
7 stars 0 forks source link

Remove redundant __init__.py files #59

Closed TheVinhLuong102 closed 1 year ago

TheVinhLuong102 commented 1 year ago

@thaonhoang @nlbao empty init.py files are not required in Python 3, so let's remove them in the submodules and tests.

TheVinhLuong102 commented 1 year ago

@nlbao right now you we're putting an init.py file just for the tests to recognize vex/ as a package. Maybe can be pip install --editable that folder before running the tests?