NLProxy / nlproxy /server /__init__.py
Luiserb's picture
first commit
2129c29
Raw
History Blame Contribute Delete
124 Bytes
"""Server package for NLProxy
Author: IntelliDeep Labs Team
License: BSL 1.1
"""
from .main import app
__all__ = ["app"]