File size: 63 Bytes
a809248
 
 
 
 
1
2
3
4
5
6
"""API package."""

from .server import app

__all__ = ["app"]