#######################################################
# the application for implementation MoilSDK
# writen by Haryanto
# email: M07158031@o365.mcut.edu.twsour
#######################################################
from base_plugin import Plugin
from .ui_controller import *
[docs]
class DefaultApps(Plugin):
def __init__(self):
"""
The class that represent the plugins application, class name will be read as the name of application.
"""
super().__init__()
self.description = "This is default application"