lspestrip / striptease

Strip TEst Analysis for System Evaluation
MIT License
4 stars 3 forks source link

Improve the modularity of the code #51

Closed ziotom78 closed 3 years ago

ziotom78 commented 3 years ago

So far the code for the stripeline module was structured in a somewhat disorganized way, because several stuff was implemented in dedicated source files but a few functions and constants were implemented directly into striptease/__init__.py. This PR moves these objects in separated files and properly import the names in __init__.py, so that the external interface is unchanged.