- Static __all__ for pyinstaller compatibility.
This commit is contained in:
@@ -1,4 +1 @@
|
||||
from pathlib import Path
|
||||
|
||||
__all__ = [file.stem for file in Path(__file__).parent.iterdir()
|
||||
if file.suffix == ".py" and not file == Path(__file__) and not file.stem.startswith('.')]
|
||||
__all__ = 'bfread', 'cziread', 'fijiread', 'ndread', 'seqread', 'tifread'
|
||||
|
||||
Reference in New Issue
Block a user