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
117 B
Python

from .fedibot import YandereBot, Debug, InvalidPost, FailedLogin, BadCfgFile, FailedToLoadCfg
__all__ = ["fedibot"]