Closed Gryfenfer97 closed 1 year ago
list[str|ModuleType]
should be okay to use. I think type annotations would be a good addition to this library. If you're up for contributing these annotations, I'd be happy to review and merge these contributions
In the doctring additional and core are written with the type
list[str]|list[ModuleType]
. Is it possible to pass an argument of typelist[str|ModuleType]
?Is it also possible to add type hints for the library ?