Add fallbacks for small collections

This commit is contained in:
mez 2025-04-21 12:13:15 +01:00
parent 1cf0d1c0af
commit 4bbb265342
5 changed files with 264 additions and 192 deletions

View file

@ -1,3 +1,4 @@
import os
import variables
buildscript = open("build.sh","w")