hanjinliu / magic-class

Generate multifunctional and macro recordable GUIs from Python classes
https://hanjinliu.github.io/magic-class/
BSD 3-Clause "New" or "Revised" License
40 stars 5 forks source link

Fix GenericAlias bugs in python 3.11 #88

Closed hanjinliu closed 1 year ago

hanjinliu commented 1 year ago

We have to use types.GenericAlias in some cases.