mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
class Exception:
    def __init__(self, msg: str = ''): pass

    def __str__(self) -> str: pass