Closed Shushman closed 7 years ago
This avoids breaking changes for code that imports prpy.tsr
prpy.tsr
Having added the stub directory for tsr under prpy/src/prpy/, any imports in dependent packages of the form import prpy.tsr.XYZ will work.
tsr
prpy/src/prpy/
import prpy.tsr.XYZ
Thanks @Shushman for making this change! 🎉
This avoids breaking changes for code that imports
prpy.tsr