I have 2 files: print.py and cool.py. They are in the same map.
print.py:
def test(): print(\'cool\')
cool.py:
from