-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9fc9f7
commit 8c5f995
Showing
3 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from .character import Character | ||
from .grps import v1 | ||
from .grps import v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
"""HydroRoll-Team/echo | ||
水系跨平台事件标准(cross-platform event standard): Event Communication and Harmonization across Online platforms. | ||
:ref: https://github/com/HydroRoll-Team/echo | ||
:ref: https://echo.hydroroll.team | ||
""" | ||
|
||
class WorkFlow(object): | ||
"""workflow | ||
:ref: https://echo.hydroroll.team/Event/#1_workflow | ||
""" | ||
|
||
class CallBack(object): | ||
"""callback | ||
:ref: https://echo.hydroroll.team/Event/#4_callback | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
__version__ = "1.0.0-alpha.1" | ||
|
||
__version__ = "1.0.0-alpha.1" |