import signal
import os
class kill_db_agent:
    def __init__(self):
        os.kill(os.getpid(), signal.SIGINT)