From 3aaca4ee8fbc5d92737f49758f88882e71408123 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 17 Jul 2020 20:28:20 +0200 Subject: [PATCH] added ascii art --- Rex.py | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/Rex.py b/Rex.py index d5f4251..6bda6dc 100644 --- a/Rex.py +++ b/Rex.py @@ -8,6 +8,61 @@ from prompt_toolkit.completion import Completer from prompt_toolkit.completion import Completion from prompt_toolkit.auto_suggest import AutoSuggestFromHistory from fuzzywuzzy import fuzz + +# @@@@ +# &@((((((((@@&(@@@ +# &(((((@(((((((@((((((((((((((( +# ,(((((((%(((((((((@((((((@ +# (((((@(@((((((((( +# @((((((((((@@ +# @( +# @( +# @( @@@@@@@@@@ +# @( @ & +# @( @ +# @( @@ @ &@ +# @( / @ ( @ +# @( % @ & ( +# @( @ @ ( +# @( @ @ +# @( @ # @ +# @( * # #* ( +# @( @ ### #### +# @( @ ##### ## ## , +# @( ## ## ## ## @ +# @( @ ,, , ,, ## #,##. #### ## ,,,, ,. @ +# @( (@ ,, , ,, ### ## # # ## ### ,,,, ,. @(@ +# @( @ ((@ ,, , ,, ### # (### ,,,, , @((* @@ +# @( @ ((( (((* +# @( @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +# %(((@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +# %(((@ @################################################################### +# %(((@ @####@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@##### +# %(((@ @ #########@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@######## +# @ ##########&@@@@@@@@@@@@@@@@@@@@@@@@@@@########### +# @ ########%@@@@@@@@@@@@@@@@@######### +# @ ####@@@@@@@@@@@@@@##### +# * % ###@@@@@@@@@@@@@### @ +# / % @ ###@@@@@@@@@@@### @ ( +# @ @ ###@@@@@@@@@###. @ , @ +# @ @ @ ###@@@@@@@@@### @ +# @ @ ###@@@@@@@### @ @ @ +# & @ #@@,,,,@@## @ @ @ +# @ @ . @,@@@@,@@@,, @ @ @ +# @ @ @ (@@@@#######@@@,@ @ % @ +# @ # @ @@,@ ########### @@@ @ @ +# @ @ ,,@ ########### &,, @ @@@ +# @@@ ,, ########### *,, @@@@ +# (,@ ########### @,, +# *, ########### ,,@ @@ +# (. @ %, ########### @& #@ @ +# @ @ #@ ########### , #@ @ +# @ @ #@@@@@@@@@# @@ @ +# .@ (@/ #@@@@@@@@@# @@ @@ +# (@ @@@@@@@@@ @@ , +# @ #@* @@@@@@@@@# @ +# @ @ +# @@@@, @@@ async def test(): print("pokemon go")