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
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