larvaworld.lib.util
Collection of standalone methods, custom classes and other tools, all of them independent of the larvaworld registry.
This file used to eagerly star-import many submodules, which made importing larvaworld heavier and obscured the public surface. We now lazily import the same symbols on first access to preserve backwards compatibility without the eager cost.