Meta_Hackathon / server /__init__.py
parthpethia's picture
Complete restructuring for hackathon validator compliance with server package, uv.lock, and openenv-core
1e1ca31
raw
history blame contribute delete
156 Bytes
"""Email Triage OpenEnv Server Package"""
__version__ = "1.0.0"
__author__ = "Meta Hackathon"
from server.app import app, main
__all__ = ["app", "main"]