HiddenEye-Legacy/Defs/LocalizationManager/lang_global_usage.py

22 lines
1.6 KiB
Python
Raw Normal View History

#
# HiddenEye Copyright (C) 2020 DarkSec https://dark-sec-official.com
# This program comes with ABSOLUTELY NO WARRANTY; for details read LICENSE.
# This is free software, and you are welcome to redistribute it
# under certain conditions; you can read LICENSE for details.
#
import Defs.ThemeManager.theme as theme
default_palette = theme.default_palette
hidden_eye_logo = """
{1} {2} {0}
{1} {2} {0}
{1} {2} {0}
{1} {2} {0}
2020-05-10 20:57:47 +08:00
{1} {2} {0}""".format(default_palette[4], default_palette[2], default_palette[0])
input_line = "\n{0}HiddenEye >>> {1}".format(default_palette[0], default_palette[2])
official_website_link = '{0}https://dark-sec-official.com'.format(default_palette[0])
2020-05-11 19:12:59 +08:00
by_darksec = '{0}** BY:DARKSEC **'.format(default_palette[0])
line_of_dots = '{0}...............................'.format(default_palette[0])