10 lines
151 B
Python
10 lines
151 B
Python
#!/usr/bin/python
|
|
|
|
########################
|
|
|
|
from resources.lib.widgets import *
|
|
|
|
########################
|
|
|
|
if __name__ == '__main__':
|
|
plugin.run() |