dimana paket python yang disimpan

import module_name
print(module_name.__file__)
Clever Cow