blob: 3d141de64ae4abc54401bc7f3b842a9b50eb4f56 (
plain)
1
2
3
4
5
6
|
#!/usr/bin/env python3
# Copyright (c) 2021 Marco Cerliani, MIT License <https://github.com/cerlymarco/linear-tree>
from ._classes import *
from ._criterion import *
from .lineartree import *
|