Libraries for Quectel Python for IoT Connection

I use a EG912U.
You describe class libraries in QuecPython IoT Connection - QuecPython

I cannot import any of these modules, do you have the .py or .mpy versions of these classes? Or do you have a new firmware image to install?
BR

Dear @Bernd_Sowislo ,

Thank You for reaching out to us,

The module firmware is capable of running the libraries, we just need to call them, but if your unable to import it we maybe need a special firmware. We will check internally on this module first.

We have a few question on our side:
a) Which platform do you intend connect to?
b) Can you check for me the firmware version by using the command below, in order for me to provide the latest version:

import modem
print(modem.getDevFwVersion())

Thank You and Have a Great Day!

Thanks for reply,
I detected Azure, AWS and S3 in your Github modules and created a connection to AWS with these files, my problem is solved. Could you add a link in your documents to these modules?
BR