feat: prototype

This commit is contained in:
Felix Spöttel
2022-06-29 18:14:23 +02:00
parent 60e2ff68cc
commit 50f8a872e6
15 changed files with 16765 additions and 0 deletions

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

@@ -0,0 +1,10 @@
name: Lint
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable