def __init__(self, host='', porta=8080): self._h = host self._p = porta self._a = Bottle() self._rota() self._g = core