| commit | d818bd586ef73dc6d5fa21a520c95ef814014a46 | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Thu Jun 02 20:09:17 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Fri Jun 10 18:56:15 2022 +0200 |
| tree | 22904a7a7e02f7e4653075f5ce8291df99cf69e2 | |
| parent | f65de0e225f4ae9ef5cc74e60528989bd599a475 [diff] [blame] |
feat: Ch07 Spread Spectrum Signed-off-by: Philipp Le <philipp@philipple.de> Change-Id: I3ea4bad564b5ef4c7b2509795ab5bac27b0eecd5
diff --git a/dcs/frames/groups.py b/dcs/frames/groups.py index 4a5a0f2..7db939d 100644 --- a/dcs/frames/groups.py +++ b/dcs/frames/groups.py
@@ -25,3 +25,7 @@ class Ch06Group(Group): NAME = 'Chapter 06' + + +class Ch07Group(Group): + NAME = 'Chapter 07'