mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
a: set[int] = {20, 30, 40}
b: set[str] = {"do", "re", "mi"}
i: dict[str, int] = {"str": x + 10 for x in a}