Hi,
I'm working on analyzing Python source-code with Moose. In Python, one can write:
import re as regex
and this means "declare a local variable named 'regex' and put a reference to the PyModule named 're' inside". How can I model that in the mse file please?
Thanks