7 lines
170 B
Python
7 lines
170 B
Python
|
from pathlib import Path
|
||
|
|
||
|
fixture_path = Path(__file__).parent
|
||
|
|
||
|
icecast_stats = fixture_path / "icecast_stats.xml"
|
||
|
shoutcast_admin = fixture_path / "shoutcast_admin.xml"
|