timml icon indicating copy to clipboard operation
timml copied to clipboard

Make base classes into abstract classes

Open Hugovdberg opened this issue 5 years ago • 0 comments

Done so far:

  • Make equations inherit from abstract Equation
    • Add new Equation class that defines abstract equation() method
    • Make all *Equation classes inherit from the base Equation

Hugovdberg avatar Nov 14 '19 09:11 Hugovdberg