Issue : Missing `__init__.py` files in `activemodel` directory
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The `activemodel` folder appears to be a custom module. For Python to recognize it as a package, it needs an `__init__.py` file, even if it's empty. Without it, imports like `from activemodel import *` might not work as expected or might raise import errors depending on the Python version and setup.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.