IMSY-DKFZ / simpa

The Simulation and Image Processing for Photonics and Acoustics (SIMPA) toolkit.
https://simpa.readthedocs.io/en/main/
Other
73 stars 18 forks source link

Add abc.ABC to classes which have abstract methods #332

Open RecurvedBow opened 3 months ago

RecurvedBow commented 3 months ago

Classes with abstract methods should be abstract themselves. Therefore, ensure that every abstract class inherits from abc.ABC so that users can immediately tell that the class is an abstract class.