matchawine / python-enforce-typing

An easy to use decorator to enforce static typing for function and dataclasses.
GNU General Public License v3.0
43 stars 6 forks source link

Support class objects #7

Open MantisClone opened 3 years ago

MantisClone commented 3 years ago

As far as I can tell, class object types as described by PEP 484: The type of class objects are not supported. Would it be possible to support them?