__init__.py 77 B

1234
  1. from .emojipy import Emoji
  2. from . import ruleset
  3. __all__ = [Emoji, ruleset]