added ascii art
This commit is contained in:
parent
86fc85a7bf
commit
3aaca4ee8f
55
Rex.py
55
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")
|
||||
|
Loading…
Reference in New Issue
Block a user