Skip to content
Snippets Groups Projects
Verified Commit f16c8289 authored by Simon Sebastian Humpohl's avatar Simon Sebastian Humpohl
Browse files

Add version dummy to interface

parent adec86ae
Branches
Tags
1 merge request!46Use lazy_import
......@@ -3,6 +3,8 @@ described in https://scientific-python.org/specs/spec-0001."""
import pathlib
import importlib
__version__ = "typing_interface_version_dummy"
__all__ = []
for path in pathlib.Path(__file__).parent.glob('*'):
if not path.stem.startswith('_'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment