summaryrefslogtreecommitdiff
path: root/pygments/__main__.py
diff options
context:
space:
mode:
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