aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display/__init__.py
blob: 3b5e999ea7f9a73035f62bdec7d075a00f417f71 (plain)
1
2
3
4
5
6
7
8
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)