added ascii art
This commit is contained in:
parent
86fc85a7bf
commit
3aaca4ee8f
55
Rex.py
55
Rex.py
@ -9,6 +9,61 @@ from prompt_toolkit.completion import Completion
|
|||||||
from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
|
from prompt_toolkit.auto_suggest import AutoSuggestFromHistory
|
||||||
from fuzzywuzzy import fuzz
|
from fuzzywuzzy import fuzz
|
||||||
|
|
||||||
|
# @@@@
|
||||||
|
# &@((((((((@@&(@@@
|
||||||
|
# &(((((@(((((((@(((((((((((((((
|
||||||
|
# ,(((((((%(((((((((@((((((@
|
||||||
|
# (((((@(@(((((((((
|
||||||
|
# @((((((((((@@
|
||||||
|
# @(
|
||||||
|
# @(
|
||||||
|
# @( @@@@@@@@@@
|
||||||
|
# @( @ &
|
||||||
|
# @( @
|
||||||
|
# @( @@ @ &@
|
||||||
|
# @( / @ ( @
|
||||||
|
# @( % @ & (
|
||||||
|
# @( @ @ (
|
||||||
|
# @( @ @
|
||||||
|
# @( @ # @
|
||||||
|
# @( * # #* (
|
||||||
|
# @( @ ### ####
|
||||||
|
# @( @ ##### ## ## ,
|
||||||
|
# @( ## ## ## ## @
|
||||||
|
# @( @ ,, , ,, ## #,##. #### ## ,,,, ,. @
|
||||||
|
# @( (@ ,, , ,, ### ## # # ## ### ,,,, ,. @(@
|
||||||
|
# @( @ ((@ ,, , ,, ### # (### ,,,, , @((* @@
|
||||||
|
# @( @ ((( (((*
|
||||||
|
# @( @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
# %(((@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
# %(((@ @###################################################################
|
||||||
|
# %(((@ @####@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#####
|
||||||
|
# %(((@ @ #########@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@########
|
||||||
|
# @ ##########&@@@@@@@@@@@@@@@@@@@@@@@@@@@###########
|
||||||
|
# @ ########%@@@@@@@@@@@@@@@@@#########
|
||||||
|
# @ ####@@@@@@@@@@@@@@#####
|
||||||
|
# * % ###@@@@@@@@@@@@@### @
|
||||||
|
# / % @ ###@@@@@@@@@@@### @ (
|
||||||
|
# @ @ ###@@@@@@@@@###. @ , @
|
||||||
|
# @ @ @ ###@@@@@@@@@### @
|
||||||
|
# @ @ ###@@@@@@@### @ @ @
|
||||||
|
# & @ #@@,,,,@@## @ @ @
|
||||||
|
# @ @ . @,@@@@,@@@,, @ @ @
|
||||||
|
# @ @ @ (@@@@#######@@@,@ @ % @
|
||||||
|
# @ # @ @@,@ ########### @@@ @ @
|
||||||
|
# @ @ ,,@ ########### &,, @ @@@
|
||||||
|
# @@@ ,, ########### *,, @@@@
|
||||||
|
# (,@ ########### @,,
|
||||||
|
# *, ########### ,,@ @@
|
||||||
|
# (. @ %, ########### @& #@ @
|
||||||
|
# @ @ #@ ########### , #@ @
|
||||||
|
# @ @ #@@@@@@@@@# @@ @
|
||||||
|
# .@ (@/ #@@@@@@@@@# @@ @@
|
||||||
|
# (@ @@@@@@@@@ @@ ,
|
||||||
|
# @ #@* @@@@@@@@@# @
|
||||||
|
# @ @
|
||||||
|
# @@@@, @@@
|
||||||
|
|
||||||
async def test():
|
async def test():
|
||||||
print("pokemon go")
|
print("pokemon go")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user