"""Server package for NLProxy Author: IntelliDeep Labs Team License: BSL 1.1 """ from .main import app __all__ = ["app"]