1
0
Fork 0
mirror of synced 2024-06-20 07:51:10 -04:00
dotbot/dotbot/__init__.py

5 lines
73 B
Python
Raw Permalink Normal View History

2014-03-19 23:07:30 -04:00
from .cli import main
2016-01-16 22:00:15 -05:00
from .plugin import Plugin
2023-09-09 21:03:40 -04:00
__version__ = "1.20.0"