mamba 0.3.6

A transpiler which converts Mamba files to Python 3 files
Documentation
1
2
3
4
from a import b,c as c,d
from b import c
import d
import d as dd