mirror of
https://github.com/pybind/pybind11.git
synced 2025-03-01 06:12:47 +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()
|