mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
10 lines
291 B
Python
10 lines
291 B
Python
from .Strees import Stree, Siterator
|
|
from ._version import __version__
|
|
|
|
__author__ = "Ricardo Montañana Gómez"
|
|
__copyright__ = "Copyright 2020-2021, Ricardo Montañana Gómez"
|
|
__license__ = "MIT License"
|
|
__author_email__ = "ricardo.montanana@alu.uclm.es"
|
|
|
|
__all__ = ["Stree", "Siterator"]
|