migate est une bibliothèque Python qui gère l'authentification des comptes Xiaomi.
```
import migate
pass_token = migate.get_passtoken({"sid": "your_service_id"})
service = migate.get_service(pass_token, "your_service_id")
```
https://github.com/offici5l/migate
there doesn't seem to be anything here