Blame view

translation/__init__.py 104 Bytes
5e4dc8e4   tangwang   翻译架构按“一个翻译服务 +
1
2
3
4
5
6
7
8
  """Translation package."""
  
  __all__ = [
      "client",
      "service",
      "protocols",
      "backends",
  ]