Files
Elevator/elevator_saga/__init__.py
2025-10-24 00:26:21 +08:00

11 lines
277 B
Python

"""
Elevator Saga Python Package
基于事件驱动的电梯调度模拟系统
A Python implementation of the Elevator Saga game with event-driven architecture
realistic elevator dispatch algorithm development and testing.
"""
__version__ = "0.0.11"
__author__ = "ZGCA Team"