jam31118 / qprop

Visualized QPROP
GNU General Public License v3.0
1 stars 1 forks source link

core should be core #1

Open jam31118 opened 6 years ago

jam31118 commented 6 years ago

Currently, everything reside in core module, which should be the case. The core module is supposed to be exposed at the highest level of the package and thus should be imported at __init__ module of the package. Separation of non-core component such as visualizing functionality from the core module is required.