mirror of
https://github.com/LiteyukiStudio/magicoca.git
synced 2024-11-25 10:05:04 +08:00
✨ first comm
This commit is contained in:
parent
2ad42547ce
commit
8b954e0a7e
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
@ -3,7 +3,7 @@ name: Publish
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pypi-publish:
|
pypi-publish:
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
from magicoca.chan import Chan, T
|
||||||
|
|
||||||
|
|
||||||
|
def select(*args: Chan[T]) -> T:
|
||||||
|
return Chan.select(*args)
|
Loading…
Reference in New Issue
Block a user