mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
def my_fun(x: int):
    print(x)

my_fun(1 if True else 2)