The my_module.py contains this code:
def external_func(): return [list comprehension]
I want import the external_func() in another file.