ImportFrom
ast.ImportFrom = class ImportFrom(stmt)
| ImportFrom(identifier? module, alias* names, int? level)
Content copied to clipboard
ast.ImportFrom = class ImportFrom(stmt)
| ImportFrom(identifier? module, alias* names, int? level)