Unify macrolactone detection, numbering, fragmentation, and splicing under the installable macro_lactone_toolkit package. - replace legacy src.* modules with the new package layout - add analyze/number/fragment CLI entrypoints and pixi tasks - migrate tests, README, and scripts to the new package API
6 lines
109 B
Python
6 lines
109 B
Python
import macro_lactone_toolkit
|
|
|
|
|
|
def test_public_imports_smoke():
|
|
assert macro_lactone_toolkit is not None
|