| commit | 8aaf423a9e0298c1cbfb75612a76ca2c491ec255 | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Mon May 02 22:45:27 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Mon May 23 22:10:12 2022 +0200 |
| tree | 3bcb07ede285edc762e725d2e337db127c0339e4 | |
| parent | 1538427e09e8ac4d55cc7bc1fc9194213fd33d8f [diff] [blame] |
feat: Ch05 Modulation Change-Id: I129ed510b31f7dfed6c6213263dba5a6bf111b50
diff --git a/dcs/frames/groups.py b/dcs/frames/groups.py index 91bdd37..b3c8d10 100644 --- a/dcs/frames/groups.py +++ b/dcs/frames/groups.py
@@ -17,3 +17,7 @@ class Ch04Group(Group): NAME = 'Chapter 04' + + +class Ch05Group(Group): + NAME = 'Chapter 05'