I'm following a Python course and explained how to import libraries and such, and to use this library (as an example) was said to use this command
print(emoji.emojize('Python is :thumbsup:', use_aliases=True))
But I did not understand this part
use_aliases=True
What does this mean? What is it for and what is its purpose?