Source code for acore_server_metadata.settings

# -*- coding: utf-8 -*-

from acore_constants.api import TagKey


[docs]class Settings: """ .. versionchanged:: 0.5.2 this class is not used anymore, but kept it here for backward compatibility """ ID_TAG_KEY = TagKey.SERVER_ID
settings = Settings