diff options
| author | 2023-12-09 22:34:27 +0800 | |
|---|---|---|
| committer | 2023-12-09 22:37:38 +0800 | |
| commit | 974230ca750963bb0346589da98b05f2d47454ed (patch) | |
| tree | d3d9a481705cd859be4c654c16742ab2b9cde0ab /src/hydrorollcore/utils.py | |
| parent | e20c3f29ae8297a8c76587e1e6b732a147798786 (diff) | |
| download | infini-974230ca750963bb0346589da98b05f2d47454ed.tar.gz infini-974230ca750963bb0346589da98b05f2d47454ed.zip | |
:sparkles: 新增事件及模板
Diffstat (limited to 'src/hydrorollcore/utils.py')
| -rw-r--r-- | src/hydrorollcore/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hydrorollcore/utils.py b/src/hydrorollcore/utils.py index 71187856..1333815a 100644 --- a/src/hydrorollcore/utils.py +++ b/src/hydrorollcore/utils.py @@ -189,4 +189,4 @@ def sync_func_wrapper( async def _wrapper(*args: _P.args, **kwargs: _P.kwargs): return func(*args, **kwargs) - return _wrapper
\ No newline at end of file + return _wrapper |
