How to Import module or a file from subfolder in Python? – Facebook api
Have a file test.py, located on a Directory for eg /pyproject. and in /pyproject have a subdirectory called api which have two subdirectorys called gmail and facebook and in both directory have .py file such as : /pyproject/api/gmail/abc.py /pyproject/api/facebook/xyz.py Have import abc…