File: content.py

package info (click to toggle)
chargebee-python 1.6.6-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 484 kB
  • sloc: python: 1,008; makefile: 6; sh: 3
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (2)
1
2
3
4
5
from chargebee.result import Result


class Content(Result):
    pass