initial commit

This commit is contained in:
mudkipdev
2023-05-07 14:00:46 -06:00
commit c44f1024da
12 changed files with 868 additions and 0 deletions

10
.github/workflows/black.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
name: Code Formatter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable