1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/test/fixtures/python/analysis/main.py
2018-03-01 14:04:13 -08:00

6 lines
41 B
Python

import a
import b.c
a.foo(1)
b.c.baz(1)