# -*- coding: utf-8 -*-
"""
Classes and methods for handling collected data.
Modules:
spikeDC - Contains class for handling spiking data.
Author: Olivia Calvin, Unversity of Minnesota
Last updated on Tue 11 Feb 2021
"""
from .spikeDC import spikeDC
__all__ = ['spikeDC']