File size: 124 Bytes
2129c29
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""Server package for NLProxy

Author: IntelliDeep Labs Team
License: BSL 1.1
"""

from .main import app

__all__ = ["app"]