1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00
semantic/test/fixtures/python/import-statement.A.py
2018-02-13 12:44:50 -05:00

4 lines
49 B
Python

import a, b as c
import b.c as d, e
import a.b.c