In datatools/mds/mds_pack_data.py, there is a line of code:
from bfd import SingleBuffer, BFDBuffer
I wonder whether this 'bfd' is a third-party library installed via pip or a custom class.I searched and found that there is no 'bfd' library in pip. If it is a custom class, could you please upload it?
In datatools/mds/mds_pack_data.py, there is a line of code:
I wonder whether this 'bfd' is a third-party library installed via pip or a custom class.I searched and found that there is no 'bfd' library in pip. If it is a custom class, could you please upload it?