mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
8 lines
121 B
Python
8 lines
121 B
Python
import pytest_asyncio
|
|
|
|
|
|
|
|
@pytest_asyncio.fixture()
|
|
async def device_url():
|
|
return "http://openiristracker.local:81/"
|