Coverage for teiphy/common.py: 100.00%

3 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2025-01-15 16:06 +0000

1#!/usr/bin/env python3 

2 

3""" 

4XML namespaces 

5""" 

6xml_ns = "http://www.w3.org/XML/1998/namespace" 

7tei_ns = "http://www.tei-c.org/ns/1.0"