Skip to content

Commit 0f5e45e

Browse files
authored
Create __init__.py
1 parent 534e34e commit 0f5e45e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"""
2+
CRI-CORE package initializer
3+
Defines project version for import by cli.py and other modules.
4+
"""
5+
6+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)