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