yetone / yetone/activemodel

Issue : Missing `__init__.py` files in `activemodel` directory

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.