mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 05:43:19 -07:00
With BaseClasses running `worlds.__init__.py` and worlds importing `from BaseClasses`, this is likely to result in some extra code being run because of partial recursive imports. This now lazily loads `worlds` when needed, at which point `sys.modules` should be properly populated.
64 KiB
64 KiB