Skip to content

Commit c8d42af

Browse files
committed
Added PhyIO to neo/io/__init__.py
1 parent b842219 commit c8d42af

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

neo/io/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* :attr:`NixIO`
4444
* :attr:`NSDFIO`
4545
* :attr:`OpenEphysIO`
46+
* :attr:`PhyIO`
4647
* :attr:`PickleIO`
4748
* :attr:`PlexonIO`
4849
* :attr:`RawBinarySignalIO`
@@ -176,6 +177,10 @@
176177
177178
.. autoattribute:: extensions
178179
180+
.. autoclass:: neo.io.PhyIO
181+
182+
.. autoattribute:: extensions
183+
179184
.. autoclass:: neo.io.PickleIO
180185
181186
.. autoattribute:: extensions
@@ -273,6 +278,7 @@
273278
from neo.io.nixio_fr import NixIO as NixIOFr
274279
from neo.io.nsdfio import NSDFIO
275280
from neo.io.openephysio import OpenEphysIO
281+
from neo.io.phyio import PhyIO
276282
from neo.io.pickleio import PickleIO
277283
from neo.io.plexonio import PlexonIO
278284
from neo.io.rawbinarysignalio import RawBinarySignalIO
@@ -317,6 +323,7 @@
317323
NeuroshareIO,
318324
NSDFIO,
319325
OpenEphysIO,
326+
PhyIO,
320327
PickleIO,
321328
PlexonIO,
322329
RawBinarySignalIO,

0 commit comments

Comments
 (0)