mirror of
https://github.com/ZGCA-Forge/Elevator.git
synced 2025-12-14 13:04:41 +00:00
11 lines
276 B
Python
11 lines
276 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__ = "1.0.0"
|
|
__author__ = "ZGCA Team"
|