60ae92c8e3
* Add framework JSON definition for themes * Add framework test module * Add framework module see #23
6 lines
106 B
Python
6 lines
106 B
Python
"""Theme support"""
|
|
|
|
class Theme(object):
|
|
pass
|
|
|
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|