mirror of https://github.com/python/cpython
12 lines
215 B
Plaintext
12 lines
215 B
Plaintext
|
# -*- 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("python");
|
||
|
|
||
|
1; # sheesh....
|