Source code for example_lite.scripts.script_toast
""" Module for the action button """
from opentea import BaseProcess
if __name__ == '__main__':
PROCESS = BaseProcess('dataset.xml')
do_something(PROCESS)
PROCESS.finish()
""" Module for the action button """
from opentea import BaseProcess
if __name__ == '__main__':
PROCESS = BaseProcess('dataset.xml')
do_something(PROCESS)
PROCESS.finish()