Initial commit - basics of checker extensions added

This commit is contained in:
askiiart 2024-01-29 10:45:39 -06:00
commit 609e4b50d5
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
4 changed files with 137 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
extensions/__pycache__
extensions/checkers/__pycache__
extensions/checkers/checker_template/__pycache__