Firstly I have 2 systems, local and cloud.
So I have 2 files, sub_file_local.py and sub_file_cloud.py, both are mapped to different network directories, sub_file_local.py is inside C drive(My local system) and sub_file_cloud.py is inside cloud machine.
I have another file, main_file.py(In cloud) which I want to run inside my cloud system and should call sub_file_local.py and sub_file_cloud.py parallelly. Can this be done?
My local system is added as a network drive in cloud machine too.