From 873123a99d3f9017b758ae2568e354429461a16d Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 12 Oct 2024 23:34:45 +0800 Subject: [PATCH] :sparkles: first comm --- magicoca/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/magicoca/__init__.py b/magicoca/__init__.py index 438b581..f2668e8 100644 --- a/magicoca/__init__.py +++ b/magicoca/__init__.py @@ -1,5 +1 @@ from magicoca.chan import Chan, T - - -def select(*args: Chan[T]) -> T: - return Chan.select(*args) \ No newline at end of file