How can a class be used to define function args in Python?
I’m wondering if it’s possible to use a class to define function args in pure Python, or maybe by using a package.
I’m wondering if it’s possible to use a class to define function args in pure Python, or maybe by using a package.