may the flake do it's job

This commit is contained in:
Noa Aarts 2025-12-05 15:48:20 +01:00
parent 7e1aaf7eee
commit 7b506195cc
Signed by: noa
GPG key ID: 1850932741EFF672
6 changed files with 248 additions and 70 deletions

View file

@ -1,8 +1,10 @@
#[allow(dead_code)]
use pyo3::prelude::*;
#[pymodule]
mod game {
use pyo3::{exceptions::PyIndexError, prelude::*, types::PySequence};
use pyo3::exceptions::PyIndexError;
use pyo3::prelude::*;
use std::{
collections::HashSet,
fmt::{Display, Formatter},