Maximilian Keßler
a93601c997
We now only use relative imports for files in the same directory Also, only modules are imported, never classes/functions etc Furthermore, main methods in package files have been removed, since they do not belong there
1 line
32 B
Python
1 line
32 B
Python
from .database import cur, conn
|