Re: python3 - Import python file as module

2020-05-20 Thread Shivani Shinde
Hi Peter, Thank you for your inputs. This really helped me. Thanks! -- CONFIDENTIALITY. This email and any attachments are confidential to Alef Edge Inc., and may also be privileged, except where the email states it can be disclosed. If this email is received in error, please do not disclos

python3 - Import python file as module

2020-05-18 Thread shivani . shinde
Hi, I am a beginner to Python. I want to achieve the following: My directory structure: a └── b └── c ├── p │   └── q │   └── test.py └── x └── y └── run.py In my run.py file, I want to import everything from test.py(contains me