Closed bleudev closed 5 months ago
In #11 i'd seen that it's possible to just add from __future__ import annotations in start of file and you haven't to use string annotations. I want to implement this to UDict.
from __future__ import annotations
UDict
In #11 i'd seen that it's possible to just add
from __future__ import annotations
in start of file and you haven't to use string annotations. I want to implement this toUDict
.