summaryrefslogtreecommitdiff
path: root/pygments/__main__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-29 06:09:43 +0100
committerGeorg Brandl <georg@python.org>2019-11-29 06:12:04 +0100
commit50793de1862a78f36617d9b966d437c72b27a95c (patch)
tree0273b197cc366d4277e0794c8dc199fc15885f7b /pygments/__main__.py
parent6e215c121f067a4a7d1270dc17526f224ec6bbad (diff)
downloadpygments-git-50793de1862a78f36617d9b966d437c72b27a95c.tar.gz
various: style fixups
Diffstat (limited to 'pygments/__main__.py')
-rw-r--r--pygments/__main__.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/pygments/__main__.py b/pygments/__main__.py
index cd80a2d3..af231b3d 100644
--- a/pygments/__main__.py
+++ b/pygments/__main__.py
@@ -1,3 +1,14 @@
+# -*- coding: utf-8 -*-
+"""
+ pygments.__main__
+ ~~~~~~~~~~~~~~~~~
+
+ Main entry point for ``python -m pygments``.
+
+ :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
+ :license: BSD, see LICENSE for details.
+"""
+
import sys
import pygments.cmdline