| commit | 23c0ae44a7b31a74c2d407a844117393c79668b5 | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Wed May 11 01:24:40 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Fri Jun 10 18:56:14 2022 +0200 |
| tree | 34f07935855abae26ec982c05f189f63a3b76cad | |
| parent | 8618421926a9bc956fb0742786ae80871af24c64 [diff] [blame] |
feat: Ch06 Digital Filters Signed-off-by: Philipp Le <philipp@philipple.de> Change-Id: I2dce67a8fe4409865369146eba8be7f60ec52b11
diff --git a/dcs/frames/groups.py b/dcs/frames/groups.py index b3c8d10..4a5a0f2 100644 --- a/dcs/frames/groups.py +++ b/dcs/frames/groups.py
@@ -21,3 +21,7 @@ class Ch05Group(Group): NAME = 'Chapter 05' + + +class Ch06Group(Group): + NAME = 'Chapter 06'