mirror of
https://github.com/python/cpython.git
synced 2024-11-29 21:05:33 +08:00
13 lines
242 B
Perl
13 lines
242 B
Perl
# -*- perl -*-
|
|
#
|
|
# This implements the Python howto class. All it really needs to do it
|
|
# load the "python" style.
|
|
|
|
package main;
|
|
|
|
do_require_package("article");
|
|
do_require_package("alltt");
|
|
do_require_package("python");
|
|
|
|
1; # sheesh....
|