mirror of
https://github.com/ZGCA-Forge/Elevator.git
synced 2026-02-06 06:15:12 +00:00
init version
This commit is contained in:
10
elevator_saga/__init__.py
Normal file
10
elevator_saga/__init__.py
Normal 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"
|
||||
Reference in New Issue
Block a user