BTW instead of requiring the user to add the dataclass decorator, you could call `flexiclass` inside `analyse` to do it for them. Then it'll work with any regular class.
By
–
BTW instead of requiring the user to add the dataclass decorator, you could call `flexiclass` inside `analyse` to do it for them. Then it'll work with any regular class.