File: __init__.py

package info (click to toggle)
python-twilio 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,756 kB
  • sloc: python: 8,281; makefile: 65
file content (9 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from twilio.rest.marketplace.MarketplaceBase import MarketplaceBase


class Marketplace(MarketplaceBase):
    def available_add_ons(self):
        return self.v1.available_add_ons

    def installed_add_ons(self):
        return self.v1.installed_add_ons