mirror of
https://github.com/gosticks/body-pose-animation.git
synced 2025-10-16 11:45:42 +00:00
create main for easier execution
This commit is contained in:
parent
52df6c6a39
commit
e554c457cb
14
main.py
Normal file
14
main.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
ascii_logo = """\
|
||||||
|
/$$$$$$ /$$ /$$ /$$$$$$$ /$$ /$$ /$$
|
||||||
|
/$$__ $$| $$$ /$$$| $$__ $$| $$ | $$ /$$/
|
||||||
|
| $$ \__/| $$$$ /$$$$| $$ \ $$| $$ \ $$ /$$/
|
||||||
|
| $$$$$$ | $$ $$/$$ $$| $$$$$$$/| $$ \ $$$$/
|
||||||
|
\____ $$| $$ $$$| $$| $$____/ | $$ \ $$/
|
||||||
|
/$$ \ $$| $$\ $ | $$| $$ | $$ | $$
|
||||||
|
| $$$$$$/| $$ \/ | $$| $$ | $$$$$$$$| $$
|
||||||
|
\______/ |__/ |__/|__/ |________/|__/
|
||||||
|
|
||||||
|
"""
|
||||||
|
print(ascii_logo)
|
||||||
Loading…
Reference in New Issue
Block a user