may the flake do it's job
This commit is contained in:
parent
7e1aaf7eee
commit
7b506195cc
6 changed files with 248 additions and 70 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue