1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
semantic/test/fixtures/python/corpus/import-statement.B.py

4 lines
41 B
Python
Raw Normal View History

2017-06-07 03:10:42 +03:00
import b, a
import a.c as e
2018-02-13 20:44:50 +03:00
import b.c.d