cancel
Showing results for 
Search instead for 
Did you mean: 
naineel
New Contributor
since ‎03-31-2025
‎04-01-2025

User Stats

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi everyone,I have a simple Python project with the following structure:root/ │── src/ │ ├── package_name/ │ │ ├── __init__.py │ │ ├── main.py │ │ ├── submodules1/ │ │ │ ├── __init__.py │ │ │ ├── base1.py │ ...