Posts by Felipe • 1 point
1 post
-
0
votes1
answer44
viewsA: Importing Module Within Module Python3
If you just give an import db, it will scan the folders and subfolders from where it is running. Importing this way in config.py, it will look for the imported file (db.py) inside the folder it is…