So there are practically no instructions except one line telling you can use it with python-chess but I am not entirely sure how to do so. furthermore, it says AttributeError: module 'chess' has no attribute 'uci' when importing chess.uci.
Can you please explain how I can use maia in python-chess library and make it give the moves it wants to play from a python-chess board?
Thanks