I have a directory structure like:
.
└── app
    ├── urlregister.py
    ├── __init__.py
└── resource
    └── report
          ├── main.py
          ├── __init__.py
I need to import urlregister in file main.py .
Please help me and give me any code.
Regards,
 
     
    