mirror of
https://github.com/panda3d/panda3d.git
synced 2026-02-21 14:49:28 -06: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()
|