brn: Introduce BRN as a class

This commit is contained in:
Iain Learmonth 2022-06-15 11:50:15 +01:00
parent 8c411e39bc
commit a0da4d4641
8 changed files with 116 additions and 9 deletions

5
.pylintrc Normal file
View file

@ -0,0 +1,5 @@
[MASTER]
ignored-classes=Column
load-plugins=pylint_flask,pylint_flask_sqlalchemy
py-version=3.8
suggestion-mode=yes