class QueryService: """An example of a service that is shared""" @staticmethod def execute(query): return "Success"