Initial commit
This commit is contained in:
commit
93900c3875
7 changed files with 1699 additions and 0 deletions
7
src/glicid_spawner/__init__.py
Normal file
7
src/glicid_spawner/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
"""GLiCID spawner module."""
|
||||
|
||||
from importlib.metadata import version
|
||||
|
||||
__all__ = []
|
||||
|
||||
__version__ = version('glicid-spawner')
|
Loading…
Add table
Add a link
Reference in a new issue