Refactoring of list blocs

This commit is contained in:
2026-08-03 01:13:16 +02:00
committed by kitoy
parent ce3bc609ed
commit b7e27d65a6
6 changed files with 37 additions and 28 deletions

View File

@@ -17,7 +17,7 @@ class MyBlocs:
mybloc['type'] = str(blocType)
return mybloc
def make_form(bloc):
def make_form():
form = FormBloc()
return form