]> Untitled Git - axy/ft/a-maze-ing.git/commitdiff
initial setup
author= <=>
Wed, 4 Feb 2026 16:38:42 +0000 (17:38 +0100)
committer= <=>
Wed, 4 Feb 2026 16:38:42 +0000 (17:38 +0100)
Makefile [new file with mode: 0644]
mase.py [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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 (file)
index 0000000..8b13789
--- /dev/null
+++ b/mase.py
@@ -0,0 +1 @@
+