from custom_decorators import singleton @singleton class UserService: pass