Wo ist ein Paket Python gespeichert?
import module_name
print(module_name.__file__)
Clever Cow
import module_name
print(module_name.__file__)