vuln-patch-env / server /__init__.py
rohitc1612's picture
Initial commit: vuln-patch-env OpenEnv hackathon submission
2b050c2
raw
history blame contribute delete
63 Bytes
# server package
from server.app import app
__all__ = ["app"]