1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/typings/emojis/__init__.pyi

10 lines
195 B
Python

"""
This type stub file was generated by pyright.
"""
from .emojis import count, decode, encode, get, iter
'''
Emojis for Python 🐍
'''
__all__ = ['encode', 'decode', 'get', 'count', 'iter']