open_toontown_panda3d/tests/putil/conftest.py

7 lines
109 B
Python

import pytest
from panda3d.core import ClockObject
@pytest.fixture
def clockobj():
return ClockObject()