79585016

Date: 2025-04-21 17:17:42
Score: 1.5
Natty:
Report link

I located the test.py code on the same level as the my_project folder. I found that in addition to the following entry suggested by @bsraskr.

my_project/__init__.py

from . import draw

You also need:

my_project/draw/__init__.py

from .shapes import box
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @bsraskr
  • Low reputation (0.5):
Posted by: Charles Knell