From f55d7376305fce18b6a64a57c04ec27a55071ffd Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Date: Sat, 5 Mar 2016 19:02:11 +0530 Subject: [PATCH] Update __init__.py -added EntityTime to import --- neuroshare/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/neuroshare/__init__.py b/neuroshare/__init__.py index 54f382f..964ba7e 100644 --- a/neuroshare/__init__.py +++ b/neuroshare/__init__.py @@ -8,6 +8,7 @@ from .File import File from .Entity import EntityType from .Entity import Entity +from .Entity import EntityTime from .EventEntity import EventEntity from .AnalogEntity import AnalogEntity from .SegmentEntity import SegmentEntity