Summer 2021

This commit is contained in:
gac-x07ma
2021-09-01 10:22:59 +02:00
parent 99bca0bd79
commit ca26181ed4
94 changed files with 2062 additions and 315 deletions

6
script/debugging.py Normal file
View File

@@ -0,0 +1,6 @@
for ii in range(len(pos)):
if (ii == 3) or (ii == 5):
continue;
print(smps[ii]);