# Code generated by Lark OpenAPI.

from lark_oapi.core.model import Config
from .v1.version import V1
from .v2.version import V2


class ImService(object):
    def __init__(self, config: Config) -> None:
        self.v1: V1 = V1(config)
        self.v2: V2 = V2(config)
