init version

This commit is contained in:
Xuwznln
2025-09-28 13:16:41 +08:00
commit 48eb91d789
21 changed files with 3953 additions and 0 deletions

10
elevator_saga/__init__.py Normal file
View File

@@ -0,0 +1,10 @@
"""
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"