Had a bit of time to kill, reckoned I'd make this small QOL change.
PEP 3119 introduced "abstract base classes (abc)" which provides some good features for base classes such as Profile in jtor.py. Added strict enforcement to the methods Jtor, pprime, ffprime, and fvac which derived classes must implement.
…hods
Had a bit of time to kill, reckoned I'd make this small QOL change.
PEP 3119 introduced "abstract base classes (abc)" which provides some good features for base classes such as
Profile
injtor.py
. Added strict enforcement to the methodsJtor
,pprime
,ffprime
, andfvac
which derived classes must implement.