Skip to content
Extraits de code Groupes Projets
__init__.py 358 octets
Newer Older
  • Learn to ignore specific revisions
  • Charles Thomas's avatar
    Charles Thomas a validé
    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."""