ok we can unbreak foreach just for you

This commit is contained in:
Khaleel Al-Adhami 2025-01-22 12:51:01 -08:00
parent 1f9fbd88de
commit 8173e10698

View File

@ -45,3 +45,9 @@ def foreach(
)
return iterable.foreach(render_fn)
class Foreach:
"""Create a list of components from an iterable."""
create = staticmethod(foreach)