Initial commit

This commit is contained in:
Benoît Seignovert 2024-01-29 11:31:49 +01:00
commit 93900c3875
Signed by: Benoît Seignovert
GPG key ID: F5D8895227D18A0B
7 changed files with 1699 additions and 0 deletions

View file

@ -0,0 +1,7 @@
"""GLiCID spawner module."""
from importlib.metadata import version
__all__ = []
__version__ = version('glicid-spawner')