| commit | 83e96b66472ea1591cbc78e72b931247dcf4e322 | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Sun May 01 17:36:30 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Mon May 23 22:10:12 2022 +0200 |
| tree | 2b0feafd1c1395cbf1f28c06cb7bf563a4664625 | |
| parent | fe80ceb42156a4db0d14a01be7355f366acf0886 [diff] [blame] |
feat: Ch04 Sampling Change-Id: I213e2d7aae2bfd75afbcd7608da9f5192df12c76
diff --git a/dcs/frames/groups.py b/dcs/frames/groups.py index a7e2f4d..91bdd37 100644 --- a/dcs/frames/groups.py +++ b/dcs/frames/groups.py
@@ -13,3 +13,7 @@ class Ch03Group(Group): NAME = 'Chapter 03' + + +class Ch04Group(Group): + NAME = 'Chapter 04'