mirror of
https://gitlab.com/pulsechaincom/staking-deposit-cli.git
synced 2024-12-25 04:47:18 +00:00
96200d76ae
* Move tests to /tests * Rename `src` to `eth2deposit` * Fix path * Fix path and move eth2deposit/utils/credentials.py -> eth2deposit/credentials.py * Update Makefile * Kick CI cache * Fix package setup * Fix path back * PR feedback from Carl
25 lines
1.5 KiB
Python
25 lines
1.5 KiB
Python
# flake8: noqa
|
|
RHINO_0 = '''
|
|
|
|
##### #####
|
|
## ##### ##
|
|
### ## ####### #########################
|
|
## ## ##### ## ##
|
|
## ##### ## ##
|
|
## ## ## ###
|
|
######## ## ####
|
|
## ## ### ##### #####
|
|
# ## # #####
|
|
# # # #####
|
|
## ## ##
|
|
## ## ##
|
|
## ### ## ##
|
|
############### ## ##
|
|
### ## ##
|
|
############################# ##
|
|
## ###
|
|
####### ################# ###
|
|
## ## ## ## ## ###
|
|
############## #############
|
|
'''
|