Move import logic into util for reuse
Import logic is currently embedded in the StatementVisitor class which makes it difficult to reuse. This change factors that logic out into an ImportVisitor class in util.py. The newly exposed logic can now be used by other tools.
Showing
Please register or sign in to comment