feat: add email module

This commit is contained in:
Shunsuke Shibayama 2024-06-22 11:32:48 +09:00
parent eb061f712b
commit f299962ebc
8 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,7 @@
.Generator: ClassType
.BytesGenerator: ClassType
.BytesGenerator <: .Generator
.DecodeGenerator: ClassType
.DecodeGenerator <: .Generator