Staging
v0.5.1
Raw File
howto.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("python");

1;				# sheesh....
back to top