Clindberg97
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Clindberg97 created a post, Importing from folders with the same name gives ImportError
Given the following project structure: test/ data/ __init__.py a/ data/ __init__.py main.py __init__.py In test/data/__init__.py from pathlib import Path DATA_DIR = Path(__file__)...