AIM-PIbd-32-Kurbanova-A-A/aimenv/Lib/site-packages/statsmodels/compat/__init__.py
2024-10-02 22:15:59 +04:00

25 lines
313 B
Python

from statsmodels.tools._test_runner import PytestTester
from .python import (
asunicode,
asbytes,
asstr,
lrange,
lzip,
lmap,
lfilter,
)
__all__ = [
"asunicode",
"asbytes",
"asstr",
"lrange",
"lzip",
"lmap",
"lfilter",
"test",
]
test = PytestTester()