#!/usr/bin/env python

def main(i: int) -> int:
    '''
    Mydoc!
    '''
    return i + 1
