aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* klippy: Add support for dynamic loading of python modulesKevin O'Connor2018-01-281-0/+5
Check if a config section matches a python filename in the klippy/extras/ directory. If it does, load that python code to handle the config section. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>