7 lines
112 B
Python
7 lines
112 B
Python
|
|
||
|
class Theme:
|
||
|
def __init__(self, name):
|
||
|
pass
|
||
|
|
||
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|