### Is your feature request related to a problem? Create Python classes to represent every possible [typing](https://docs.python.org/3/library/typing.html) and refined types (boundries). ### Desired solution * Typing / refined types which have to get classes include: - [x] List - [x] Dict - [x] Optional - [x] Final - [x] Enum - [x] Boundry - [x] Tuple - [x] Set - [x] Literal - [x] Union ### Possible alternatives (optional) _No response_ ### Screenshots (optional) _No response_ ### Additional Context (optional) _No response_
Is your feature request related to a problem?
Create Python classes to represent every possible typing and refined types (boundries).
Desired solution
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response