paper_annalysis/
βββ __init__.py
βββ database.py
βββ img_annalysis/
βββ other/
βββ questions/
β βββ __init__.py
β βββ cs.py
β βββ passage.py
β βββ question.py
βββ test/
β βββ question_test.py
βββ __pycache__/
this is my file structure
~/paper_annalysis $ python -m paper_annalysis.question_test.py /data/data/com.termux/files/usr/bin/python: Error while finding module specification for 'paper_annalysis.question_test.py' (ModuleNotFoundError: No module named 'paper_annalysis'). Try using 'paper_annalysis.question_test' instead of 'paper_annalysis.question_test.py' as the module name.
~/paper_annalysis $ python -m paper_annalysis.question_test
/data/data/com.termux/files/usr/bin/python: Error while finding module specification for 'paper_annalysis.question_test' (ModuleNotFoundError: No module named 'paper_annalysis')
and I get these error while trying to run this as a module,