""" The job of a loader is to collect commands and their arguments from a text file. """ from .base import filter_snippets, load_variables from .ini import INILoader from .yaml import YMLLoader