summaryrefslogtreecommitdiffstats
path: root/3.py
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2023-12-04 14:12:39 +0000
committerTomasz Kramkowski <tomasz@kramkow.ski>2023-12-04 14:12:39 +0000
commit1686a02179d67f8790dcbd3841e84be2e69d0319 (patch)
tree7c5a7ab7289924328e2b5e4ed91dc0dc6a4a7a64 /3.py
parentaeacfe41d3bc2e2fa5e2a78862cc4046b9414bc3 (diff)
downloadaoc2023-1686a02179d67f8790dcbd3841e84be2e69d0319.tar.gz
aoc2023-1686a02179d67f8790dcbd3841e84be2e69d0319.tar.xz
aoc2023-1686a02179d67f8790dcbd3841e84be2e69d0319.zip
strict typing
Diffstat (limited to '3.py')
-rw-r--r--3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/3.py b/3.py
index 8f5a8d3..eed75a3 100644
--- a/3.py
+++ b/3.py
@@ -1,3 +1,4 @@
+# pyright: strict
import re
from collections import defaultdict
from collections.abc import Iterator