bumblebee-status/bumblebee/theme.py
Tobi-wan Kenobi 60ae92c8e3 [core/themes] Prepare adding of themeing support
* Add framework JSON definition for themes
* Add framework test module
* Add framework module

see #23
2016-12-04 18:10:04 +01:00

6 lines
106 B
Python

"""Theme support"""
class Theme(object):
pass
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4