aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/import_tracing/lib/converters/base.py
blob: 8195d6051ccff4e741609de094086c2be38d9026 (plain) (blame)
1
2
3
class BaseTraceConverter:
    def dump(self, events, filepath):
        raise NotImplementedError()