aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/hrc/dev
diff options
context:
space:
mode:
Diffstat (limited to 'hrc/dev')
-rw-r--r--hrc/dev/__init__.py3
-rw-r--r--hrc/dev/grps/__init__.py1
-rw-r--r--hrc/dev/grps/v1.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/hrc/dev/__init__.py b/hrc/dev/__init__.py
index b3e76b3..960de51 100644
--- a/hrc/dev/__init__.py
+++ b/hrc/dev/__init__.py
@@ -1,3 +1,2 @@
from .character import Character
-
-__all__ = ["Character"]
+from .grps import v1
diff --git a/hrc/dev/grps/__init__.py b/hrc/dev/grps/__init__.py
new file mode 100644
index 0000000..bbf8c7e
--- /dev/null
+++ b/hrc/dev/grps/__init__.py
@@ -0,0 +1 @@
+from . import v1 \ No newline at end of file
diff --git a/hrc/dev/grps/v1.py b/hrc/dev/grps/v1.py
new file mode 100644
index 0000000..4fc42ba
--- /dev/null
+++ b/hrc/dev/grps/v1.py
@@ -0,0 +1,2 @@
+__version__ = "1.0.0-alpha.1"
+