File size: 121 Bytes
e5843ab
 
 
 
 
1
2
3
4
5
"""Server package for CloudOps Environment."""

from cloud_ops_env.server.app import app, main

__all__ = ["app", "main"]