# -*- mode: snippet -*-
# name: __str__
# key: _str
# group: Special methods
# --
def __str__(self):
    return $0
