mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
7 lines
109 B
Python
7 lines
109 B
Python
import pytest
|
|
from panda3d.core import ClockObject
|
|
|
|
@pytest.fixture
|
|
def clockobj():
|
|
return ClockObject()
|