mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
Use list for __all__
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import importlib
|
||||
import os
|
||||
|
||||
__all__ = {"lookup_any_item_id_to_name",
|
||||
__all__ = ["lookup_any_item_id_to_name",
|
||||
"lookup_any_location_id_to_name",
|
||||
"network_data_package",
|
||||
"AutoWorldRegister"}
|
||||
"AutoWorldRegister"]
|
||||
|
||||
# import all submodules to trigger AutoWorldRegister
|
||||
world_folders = []
|
||||
|
||||
Reference in New Issue
Block a user