mgrady3 / PLEASE

PLEASE: The Python Low-energy Electron Analysis SuitE - Enabling rapid analysis and visualization of LEEM and LEED Data.
GNU General Public License v3.0
16 stars 5 forks source link

DEV: implement model interfaces #12

Closed mgrady3 closed 3 years ago

mgrady3 commented 3 years ago

This PR introduces the core data models to the new please package, starting by adding interfaces classes that later models will inherit from

Notable changes:

closes #6