file: api_information.py
`import requests
def OpenProfile():`
file: Connect_selenium.py
from Api.api_automation import OpenProfile
However after running I get the error message:
** from Api.api_automation import OpenProfile ModuleNotFoundError: No module named 'Api'**
How should I fix it?