1
0
Fork 0
mirror of synced 2024-06-16 14:11:08 -04:00
dotbot/dotbot/__init__.py
Anish Athalye 30caaf2780 Add PyPI package
This patch also makes the '-d' argument optional, with the base
directory defaulting to the directory of the configuration file.
2018-05-30 10:23:53 -04:00

5 lines
73 B
Python

from .cli import main
from .plugin import Plugin
__version__ = '1.12.1'