3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-02-02 15:44:06 +01:00

world: use a better module description

This commit is contained in:
James Lu 2016-03-11 23:09:07 -08:00
parent 2adb67d38e
commit d8e5202e5b

View File

@ -1,5 +1,5 @@
"""
world.py: Stores global state variables for PyLink.
world.py: Stores global variables for PyLink, including lists of active IRC objects and plugins.
"""
from collections import defaultdict