blob: edccba1b3f5fdaf80ffa6ccc606460fbb6782516 [file] [log] [blame]
Fred Drake6659c301998-03-03 22:02:19 +00001# -*- perl -*-
2#
3# This implements the Python manual class. All it really needs to do it
4# load the "python" style. The style code is not moved into the class code
5# at this time, since we expect additional document class to be developed
6# for the Python documentation in the future. Appropriate relocations will
7# be made at that time.
8
9package main;
10
11require "python.perl";
12
131; # sheesh....