mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +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)
|