mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-17 00:16:07 +00:00
11 lines
280 B
Python
11 lines
280 B
Python
from .Strees import Stree, Siterator
|
|
|
|
__version__ = "1.2.1"
|
|
|
|
__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"]
|