Coverage for censusdis/counties/rhode_island.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2025-04-03 05:39 +0000

1# Copyright (c) 2023 Darren Erik Vengroff 

2"""Counties in Rhode Island.""" 

3 

4 

5BRISTOL = "001" 

6KENT = "003" 

7NEWPORT = "005" 

8PROVIDENCE = "007" 

9WASHINGTON = "009"