1
0
Fork 0
mirror of synced 2024-06-15 13:51:08 -04:00
dotbot/dotbot/plugins/__init__.py
Julian_Chu ea28276eec Implement simple copy plugin
reuse `link` plugin to write `copy`.
2020-05-09 00:25:19 +09:00

6 lines
123 B
Python

from .clean import Clean
from .create import Create
from .link import Link
from .shell import Shell
from .copy import Copy