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