melisa/melisa/__init__.py

13 lines
365 B
Python
Raw Normal View History

2022-03-18 15:03:36 +03:00
# Copyright MelisaDev 2022 - Present
# Full MIT License can be found in `LICENSE.txt` at the project root.
2022-03-18 14:57:47 +03:00
from .client import *
from .models import Intents, Snowflake
2022-03-18 15:03:36 +03:00
from .exceptions import *
__package__ = "melisa"
__title__ = "Melisa"
__description__ = "Cache-configurable module to interact with the Discord API."
__author__ = "MelisaDev"
__license__ = "MIT"