abc module

Abstract base classes used as base for the entities implemented on models module.

class jinete.models.abc.Model[source]

Bases: abc.ABC

The abstract model class. The function of this class is to provide common methods such us casting or printing functionality used by all the implemented models of the library.

__init__()[source]

The constructor of the class.