0
There are the following folders:
└── Programa/
├── main.py <----- Inicio esse...
├── bin/
| └── config.py <----- esse importa o db.py
└── database/
├── __init__.py
└── db.py
On the console shows that there is no module db
, when I start the main
, who matters the config
and the config
matters the db
.
But when I care db
straight from main
make no mistake.
Could [Edit] and add to the question the relevant import codes in each file?
– Woss