feat: add certifi/idna/packaging/six type decl

This commit is contained in:
Shunsuke Shibayama 2023-12-09 20:02:44 +09:00
parent 7cc5500f71
commit 58d3e3ec61
11 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.core = pyimport "./core"
{.contents!; .where!} = .core

View file

@ -0,0 +1,2 @@
.contents!: () => Str
.where!: () => Str

View file