Coverage for teiphy/common.py: 100.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.7.0, created at 2025-03-19 15:22 +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"