From: = <=> Date: Wed, 4 Feb 2026 16:38:42 +0000 (+0100) Subject: initial setup X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=854e17750438922a23fdd5f49fbaeb1c1abdf7e0;p=axy%2Fft%2Fa-maze-ing.git initial setup --- 854e17750438922a23fdd5f49fbaeb1c1abdf7e0 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dd76e6f --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +install: + +run: + +clean: + +lint: + flake8 . + mypy . --warn-return-any --warn-unused-ignores --ignore-missing-imports --disallow-untyped-defs --check-untyped-defs + +lint-strict: + flake8 . + mypy . --strict diff --git a/mase.py b/mase.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/mase.py @@ -0,0 +1 @@ +