Coverage for phml\utilities\transform\__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v6.5.0, created at 2023-04-05 15:06 -0500
« prev ^ index » next coverage.py v6.5.0, created at 2023-04-05 15:06 -0500
1"""utilities.transform
3A collection of utilities focused around transforming an
4ast or a specific nodes.
5"""
7from .extract import *
8from .sanitize import *
9from .transform import *