from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

from .gspan import gSpan
from .graphdatabase import GraphDatabase

"""This package contains the gSpan implementation along with classes used to represent graphs and graph databases.
WARNING: The content of this package should be left unchanged."""