mirror of
https://github.com/LiteyukiStudio/magicoca.git
synced 2025-09-03 18:46:41 +00:00
✨ first comm
This commit is contained in:
2
.github/workflows/pypi-publish.yml
vendored
2
.github/workflows/pypi-publish.yml
vendored
@ -3,7 +3,7 @@ name: Publish
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '*'
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
pypi-publish:
|
||||
|
@ -0,0 +1,5 @@
|
||||
from magicoca.chan import Chan, T
|
||||
|
||||
|
||||
def select(*args: Chan[T]) -> T:
|
||||
return Chan.select(*args)
|
Reference in New Issue
Block a user