diff options
Diffstat (limited to 'klippy/extras/display/__init__.py')
-rw-r--r-- | klippy/extras/display/__init__.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/klippy/extras/display/__init__.py b/klippy/extras/display/__init__.py new file mode 100644 index 00000000..3b5e999e --- /dev/null +++ b/klippy/extras/display/__init__.py @@ -0,0 +1,9 @@ +# Package definition for the extras/display directory +# +# Copyright (C) 2018 Kevin O'Connor <kevin@koconnor.net> +# +# This file may be distributed under the terms of the GNU GPLv3 license. +import display + +def load_config(config): + return display.load_config(config) |