pybind11/tests/test_class_sh_shared_ptr_copy.py

12 lines
152 B
Python
Raw Normal View History

2021-06-18 19:44:20 +00:00
# -*- coding: utf-8 -*-
from pybind11_tests import class_sh_shared_ptr_copy as m
def test_avl():
m.test_avl()
def test_def():
m.test_def()