Skip to content

Commit

Permalink
Init of the data handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-costas committed Feb 3, 2020
1 parent e225e93 commit adc7b9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data_feeders/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from ._data_loader_functions import get_tut_sed_data_loader

__author__ = 'Konstantinos Drossos -- Tampere University'
__docformat__ = 'reStructuredText'
__all__ = ['get_tut_sed_data_loader']


# EOF

0 comments on commit adc7b9e

Please sign in to comment.