# -*- mode: snippet -*-
# name: __int__
# key: _int
# group: Special methods
# --
def __int__(self):
    $0
