Changing I2C address in ArduPy?

How do you change the I2C address for a device in ArduPy?
In MicroPython there is a I2C function in the Machine module but there is NO I2C function in the Machine module in ArduPy.
Thanks for any help

Yes, ArduPy Core dont have I2C modules. single i2c module is useless, we need combine it with a i2c device. If you want to drive a i2c device, you need a AIP packages .

Thank you for your reply.
When you say “If you want to drive a i2c device, you need a AIP packages” do you mean for any I2C device you want to program in ArduPy you have to make an ArduPy Library for that I2C device?
Appreciate your help

Yes, This is what makes ArduPy unique.