This repository has been archived on 2024-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
FediBot/__init__.py

4 lines
100 B
Python
Raw Normal View History

2023-03-12 18:00:01 -07:00
from .fedibot import YandereBot, Debug, InvalidPost, FailedLogin, BadCfgFile
__all__ = ["fedibot"]