Coverage for teiphy/common.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.9.2, created at 2025-07-15 16:57 +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"