mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-11-19 17:16:27 +01:00
add bot example, add legacy code for nip04 support (on lifeline)
This commit is contained in:
15
nostr_dvm/utils/print_utils.py
Normal file
15
nostr_dvm/utils/print_utils.py
Normal file
@@ -0,0 +1,15 @@
|
||||
class bcolors:
|
||||
HEADER = '\033[95m'
|
||||
ENDC = '\033[0m'
|
||||
BOLD = '\033[1m'
|
||||
UNDERLINE = '\033[4m'
|
||||
RED = '\033[91m'
|
||||
GREEN = '\033[92m'
|
||||
BLUE = '\033[94m'
|
||||
CYAN = '\033[96m'
|
||||
WHITE = '\033[97m'
|
||||
YELLOW = '\033[93m'
|
||||
MAGENTA = '\033[95m'
|
||||
GREY = '\033[90m'
|
||||
BLACK = '\033[90m'
|
||||
DEFAULT = '\033[99m'
|
||||
Reference in New Issue
Block a user