Can I replace rpi.gpio to other gpio library on automation-hat library?

I tried to use automation hat library on eagleye 530s than raspberry pi board.
Eagleye 530s doesn’t support rpi.gpio library so I have to use other library that control gpio.
Is it possible to replace other gpio library on automation-hat library?
It seems to be possible when i saw init.py code
(https://github.com/pimoroni/automation-hat/blob/master/library/automationhat/init.py)
Could you tell me about it?
And if it can be possible, could you tell me how to replace rpi.gpio to other gpio library.
Thank you.