mirror of
https://github.com/pybind/pybind11.git
synced 2025-02-28 22:02:43 +00:00
12 lines
152 B
Python
12 lines
152 B
Python
# -*- 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()
|