예제 #1
0
def main():
    """Application entrypoint"""

    control = Utils.InitParser().parse_args()

    ASCIIart.convert(control)

    return