//! traits for Python classes Objects. Classes are Object factories, meaning they create instances of objects.
use crateObject;
/// The Class trait is used to define Python classes. Classes are Object factories, meaning they create instances of objects.