# -*- coding: utf-8 -*-
from module.plugins.internal.XFSAccount import XFSAccount
class SendmywayCom(XFSAccount):
__name__ = "SendmywayCom"
__type__ = "account"
__version__ = "0.02"
__description__ = """Sendmyway.com account plugin"""
__license__ = "GPLv3"
__authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
HOSTER_DOMAIN = "sendmyway.com"