@@ -4,6 +4,8 @@ from .DataStream import EChPosmap as pos_map
import numpy as np
import re
from collections import defaultdict
+import time as time
+
__all__ = ['ChannelReader']