79371706

Date: 2025-01-20 15:02:03
Score: 1.5
Natty:
Report link

Make sure to explicitly show the export in the following manner (in bar.py):

from path import foo

__all__ = ["foo"]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: htrehrthtr