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