I was recently trying to ```julia @pyimport ase.build as ase_build ase_build.graphene_nanoribbon(3, 4, type="armchair") ``` which throws the error `ERROR: syntax: unexpected "="`
I assume that the problem is that `type` is a reserved keyword for Julia? Is there a workaround? Thank you Christoph
