mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
feat: add email
module
This commit is contained in:
parent
eb061f712b
commit
f299962ebc
8 changed files with 146 additions and 0 deletions
7
crates/erg_compiler/lib/pystd/email.d/generator.d.er
Normal file
7
crates/erg_compiler/lib/pystd/email.d/generator.d.er
Normal file
|
@ -0,0 +1,7 @@
|
|||
.Generator: ClassType
|
||||
|
||||
.BytesGenerator: ClassType
|
||||
.BytesGenerator <: .Generator
|
||||
|
||||
.DecodeGenerator: ClassType
|
||||
.DecodeGenerator <: .Generator
|
Loading…
Add table
Add a link
Reference in a new issue