10 lines
143 B
Python
10 lines
143 B
Python
# -*- Mode: Python -*-
|
|
# vi:si:et:sw=4:sts=4:ts=4
|
|
|
|
|
|
def get():
|
|
return {
|
|
'isinstalled': True,
|
|
'version': '@VERSION@',
|
|
}
|