summaryrefslogtreecommitdiffstats
path: root/actions/quit.py
blob: c945f5d7ebdc4b491276a48440e715532d676d8a (plain) (blame)
1
2
3
4
5
6
7
class quit:

    def __init__(self):
        self = []

    def getAction(self, data):
        return 'QUIT\r\n'