1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 19:44:45 +00:00

raw f-string

This commit is contained in:
deadc0de6
2022-08-28 16:34:12 +02:00
parent 7b417e0ba4
commit 8b3f97212a

View File

@@ -48,11 +48,11 @@ OPT_LINK = {
LinkTypes.RELATIVE.name.lower(): LinkTypes.RELATIVE,
LinkTypes.LINK_CHILDREN.name.lower(): LinkTypes.LINK_CHILDREN}
BANNER = r""" _ _ _
BANNER = fr""" _ _ _
__| | ___ | |_ __| |_ __ ___ _ __
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
\__,_|\___/ \__\__,_|_| \___/| .__/ v{}
|_|""".format(VERSION)
\__,_|\___/ \__\__,_|_| \___/| .__/ v{VERSION}
|_|"""
USAGE = f"""
{BANNER}