From cf0a6b1bb272817665e4cb705eb77f95f96dbd5a Mon Sep 17 00:00:00 2001 From: Chang Huan Lo Date: Mon, 10 Jun 2024 18:59:17 +0800 Subject: [PATCH] Use raw string for ASCII art in CLI entrypoint (#212) --- movement/cli_entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/cli_entrypoint.py b/movement/cli_entrypoint.py index f760ba87..8be03137 100644 --- a/movement/cli_entrypoint.py +++ b/movement/cli_entrypoint.py @@ -9,7 +9,7 @@ import movement -ASCII_ART = """ +ASCII_ART = r""" _ __ ___ _____ _____ _ __ ___ ___ _ __ | |_ | '_ ` _ \ / _ \ \ / / _ \ '_ ` _ \ / _ \ '_ \| __| | | | | | | (_) \ V / __/ | | | | | __/ | | | |_