mirror of
https://github.com/evennia/evennia.git
synced 2026-04-06 07:57:16 +02:00
8 lines
262 B
Python
8 lines
262 B
Python
"""
|
|
This sub-package holds the Scripts system. Scripts are database
|
|
entities that can store data both in connection to Objects and Players
|
|
or globally. They may also have a timer-component to execute various
|
|
timed effects.
|
|
|
|
"""
|
|
from scripts import DefaultScript
|