mirror of
https://github.com/github/semantic.git
synced 2025-01-09 00:56:32 +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)
|