File: __init__.py

package info (click to toggle)
python-cloudflare 2.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 6,932; makefile: 138; sh: 76
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
""" Cloudflare v4 API"""

__version__ = '2.20.0'

from .cloudflare import CloudFlare

__all__ = ['CloudFlare']