Model
=====
This is the class used to represent any model during the whole process of ProcessGym. Just like the *Data* class, 
this class is designed for efficient manipulation and loading of models. Feel free to utilized this class for your efficient implementation.

.. autoclass:: src.abstractions.model.Model
    :members:
    :special-members: __init__