supermail / server /__init__.py
vicky1428's picture
Upload folder using huggingface_hub
dab441f verified
raw
history blame contribute delete
163 Bytes
"""Supermail server exports."""
from .environment import SupermailEnvironment, SupportSimEnvironment
__all__ = ["SupermailEnvironment", "SupportSimEnvironment"]