Add shebang in tester

This commit is contained in:
savalet
2025-04-28 21:24:48 +02:00
parent 55f93eee4c
commit 4f1ad8a0a9

3
validator.py Normal file → Executable file
View File

@@ -1,3 +1,6 @@
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p python3 tcsh
from __future__ import annotations
from dataclasses import dataclass