mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 17:55:16 +00:00
raw f-string
This commit is contained in:
@@ -48,11 +48,11 @@ OPT_LINK = {
|
|||||||
LinkTypes.RELATIVE.name.lower(): LinkTypes.RELATIVE,
|
LinkTypes.RELATIVE.name.lower(): LinkTypes.RELATIVE,
|
||||||
LinkTypes.LINK_CHILDREN.name.lower(): LinkTypes.LINK_CHILDREN}
|
LinkTypes.LINK_CHILDREN.name.lower(): LinkTypes.LINK_CHILDREN}
|
||||||
|
|
||||||
BANNER = r""" _ _ _
|
BANNER = fr""" _ _ _
|
||||||
__| | ___ | |_ __| |_ __ ___ _ __
|
__| | ___ | |_ __| |_ __ ___ _ __
|
||||||
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
/ _` |/ _ \| __/ _` | '__/ _ \| '_ |
|
||||||
\__,_|\___/ \__\__,_|_| \___/| .__/ v{}
|
\__,_|\___/ \__\__,_|_| \___/| .__/ v{VERSION}
|
||||||
|_|""".format(VERSION)
|
|_|"""
|
||||||
|
|
||||||
USAGE = f"""
|
USAGE = f"""
|
||||||
{BANNER}
|
{BANNER}
|
||||||
|
|||||||
Reference in New Issue
Block a user