File: __init__.py

package info (click to toggle)
mkdocs-click 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 715; sh: 17; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 332 bytes parent folder | download
1
2
3
4
5
6
7
8
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under the Apache license (see LICENSE)
from .__version__ import __version__
from ._exceptions import MkDocsClickException
from ._extension import MKClickExtension, makeExtension

__all__ = ["MKClickExtension", "MkDocsClickException", "__version__", "makeExtension"]