index
:
gn-ai
master
A repository for GeneNetwork's AI tool development
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.venv
/
lib
/
python3.12
/
site-packages
/
sendgrid
/
helpers
/
mail
/
cc_email.py
blob: 77b8ff285991bc73b05cfdc1fe81d6072af6d3dc (
about
) (
plain
)
1
2
3
4
5
from
.email
import
Email
class
Cc
(
Email
):
"""A cc email address with an optional name."""