1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00
semantic/test/fixtures/python/import-statement.B.py
2018-02-13 12:44:50 -05:00

4 lines
41 B
Python

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