4 lines
73 B
Python
4 lines
73 B
Python
|
|
from . import bench, numeric
|
||
|
|
from .bench import *
|
||
|
|
from .numeric import *
|