mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
12 lines
257 B
Python
12 lines
257 B
Python
from asset_list.AssetList import AssetList
|
|
from backend.SearchEpc import
|
|
|
|
|
|
|
|
def test_address1_extraction():
|
|
example = 'Block (Rooms 1-4), 23 Clifton Hill, Newtown, Exeter, EX1 2DL'
|
|
|
|
# AssetList._extract_address1(
|
|
# example,
|
|
# )
|
|
pass
|