index
:
gh_mirror/jhunkeler/flowsample.git
0.0.x
master
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
flowsample
/
baz.py
blob: 55b46611b96d71e66cce965105a644b463be3ede (
plain
) (
blame
)
1
2
3
4
5
from
.
import
foo
from
.
import
bar
def
baz
():
return
foo
.
foo
(),
bar
.
bar
()