Skip to content

Instantly share code, notes, and snippets.

from traildb import TrailDBConstructor, TrailDB
# using the trailDB provided as a part of the tutorial
ob = TrailDB("wikipedia-history-small")
def getEvents():
"""
get all events of db
"""