import and from import

import module name
How to use: module name. function name

from xxx import yyy Import functions from modules
How to use: yyy can use the function name directly