1
0
Fork 0
mirror of synced 2024-06-15 13:51:08 -04:00
dotbot/dotbot/plugins/__init__.py
Andreas Schmidt e07ed9374a add plugins module to handle plugins in configuration file
Signed-off-by: Andreas Schmidt <mail@schmidt-andreas.de>
2018-12-08 13:57:55 +01:00

5 lines
102 B
Python

from .clean import Clean
from .link import Link
from .shell import Shell
from .plugins import Plugins