mirror of
https://github.com/github/semantic.git
synced 2024-12-01 00:33:59 +03:00
6 lines
58 B
Python
6 lines
58 B
Python
from a import *
|
|
from b.c import baz as bar
|
|
|
|
foo(1)
|
|
bar(1)
|