mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-27 17:49:53 -05:00
fff422fab7
Closes #593
7 lines
109 B
Python
7 lines
109 B
Python
import pytest
|
|
from panda3d.core import ClockObject
|
|
|
|
@pytest.fixture
|
|
def clockobj():
|
|
return ClockObject()
|