Skip to content

Commit

Permalink
feat!: Add hrc.dev.echo module
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Jul 20, 2024
1 parent a9fc9f7 commit 8c5f995
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
3 changes: 1 addition & 2 deletions hrc/dev/__init__.py
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
15 changes: 15 additions & 0 deletions hrc/dev/echo.py
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
"""
3 changes: 1 addition & 2 deletions hrc/dev/grps/v1.py
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"

0 comments on commit 8c5f995

Please sign in to comment.