# -*- coding: utf-8 -*- """ etrack package for easier reading and handling of efish tracking data. Copyright © 2024, Jan Grewe Redistribution and use in source and binary forms, with or without modification, are permitted under the terms of the BSD License. See LICENSE file in the root of the Project. """ from .image_marker import ImageMarker, MarkerTask from .tracking_result import TrackingResult, coordinate_transformation from .arena import Arena, Region from .tracking_data import TrackingData from .io.dlc_data import DLCReader from .io.nixtrack_data import NixtrackData from .util import RegionShape, AnalysisType