mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
7 lines
136 B
Python
7 lines
136 B
Python
import pytest
|
|
from panda3d.core import *
|
|
|
|
@pytest.fixture(scope='module')
|
|
def audiomgr():
|
|
return AudioManager.create_AudioManager()
|