ImportError: attempted relative import beyond top-level package
Traceback (most recent call last):
File "D:\GammaGex\GammaGEX\scripts\setup_db.py", line 11, in
from storage.database import init_database, create_tables, drop_tables
File "D:\GammaGex\GammaGEX\src\storage\database.py", line 10, in
from ..config import config
ImportError: attempted relative import beyond top-level package
ImportError: attempted relative import beyond top-level package
Traceback (most recent call last):
File "D:\GammaGex\GammaGEX\scripts\setup_db.py", line 11, in
from storage.database import init_database, create_tables, drop_tables
File "D:\GammaGex\GammaGEX\src\storage\database.py", line 10, in
from ..config import config
ImportError: attempted relative import beyond top-level package