Add instrument entries to database

This commit is contained in:
Joshua Boniface
2023-04-07 04:10:40 -04:00
parent 083ff1884b
commit cb1a5c5d58
2 changed files with 80 additions and 16 deletions

View File

@ -5,5 +5,6 @@
# * E203 (whitespace before ':'): Black recommends this as disabled
ignore = W503, E501
extend-ignore = E203
exclude = build/
# Set the max line length to 88 for Black
max-line-length = 88