Add Python 3.12 to the test suite; mark it as supported
[dotbot.git] / dotbot / __init__.py
blob7aadb8cf98d658a0f21b381fda3e0da55b3ec736
1 from .cli import main
2 from .plugin import Plugin
4 __version__ = "1.20.1"