I have a school project where I have to use the library automata-lib to code a moore machine. I have the 9.0.0 version of the library, just like all my colleagues, but mine doesn't seem to have the .moore module, unlike theirs. My version of python is 3.11.4 and I'm using a macbook pro. What can be the problem? When I check the documentation of the library on github, it's not mentioning the .moore module, but I know it exits since all my friends have it.
I updated both versions of python and automata-lib, I tried looking to the documentation on github, etc.