7 lines
106 B
Python
7 lines
106 B
Python
|
"""Theme support"""
|
||
|
|
||
|
class Theme(object):
|
||
|
pass
|
||
|
|
||
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|