# -*- coding: utf-8 -*-

from module.plugins.internal.XFSPAccount import XFSPAccount


class SendmywayCom(XFSPAccount):
    __name__ = "SendmywayCom"
    __type__ = "account"
    __version__ = "0.01"

    __description__ = """Sendmyway.com account plugin"""
    __license__ = "GPLv3"
    __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]


    HOSTER_NAME = "sendmyway.com"