diff --git a/wordpress_xmlrpc/methods/__init__.py b/wordpress_xmlrpc/methods/__init__.py index bcbacb7..33368d7 100644 --- a/wordpress_xmlrpc/methods/__init__.py +++ b/wordpress_xmlrpc/methods/__init__.py @@ -8,3 +8,4 @@ from wordpress_xmlrpc.methods import options from wordpress_xmlrpc.methods import comments from wordpress_xmlrpc.methods import media +from wordpress_xmlrpc.methods import taxonomies