python-CSD-kursu/python-temel/sample.from.import.2.py

8 lines
72 B
Python

# sample.py
from test import foo as f, bar as b, tar as t
f()
b()
t()