Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
What's wrong with`__file__`? The assumption that you have files and subdirectories available is not correct. This approach doesn't work if executing code which is packed in a zip or a wheel, and it may be entirely out of the user's control whether or not your package gets extracted to a filesystem at all.
- Loading branch information