|
# 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)
|