python调用执行外部脚本

比喻一个目录下有
a.py和b.py
b.py中包含一个 class bb:

调用1
现需要从a.py中直接执行b.py,是用os.system(filename)么

调用2
从a.py中引用 b.by中的 class bb 请问如何import相对路径调用