parallax
parallax copied to clipboard
Results
1
parallax issues
Sort by
recently updated
recently updated
newest added
As mentioned [here](https://twitter.com/__felipefaria/status/1263219887343841280), the following will remove the need to use decorators everywhere: ```python import typing class Module(): def __new__(cls, *args, **kwargs): type_hints = typing.get_type_hints(cls) arguments = {} # Takes...