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
Raw Normal View History

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