Init Commit: Moved bproto to seperate repo

This commit is contained in:
AlexanderHD27
2025-04-14 14:43:03 +02:00
commit 45bfc724fc
125 changed files with 10822 additions and 0 deletions

15
.flake8 Normal file
View File

@@ -0,0 +1,15 @@
[flake8]
exclude =
src/gen/**/*.py,
__pycache__,
.git
filename =
src/**/*.py,
test/**/*.py
ignore =
W293,
E501,
E402