| commit | c2a590b686f68fb66e39800195bf7c3fe92c995c | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Tue Apr 26 21:31:47 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Mon May 23 22:10:11 2022 +0200 |
| tree | 63ec5ae4885838dd95fbb39c531f79cd66051284 | |
| parent | 692c01eb47a4eb219f7f25d0e8a7658e6e5c6b99 [diff] [blame] |
feat: Ch03 Ergodic Processes Change-Id: Ic73be4a8ed8afd2e7d181536fd9d420c75f0781f
diff --git a/dcs/frames/groups.py b/dcs/frames/groups.py index 4ad16f4..a7e2f4d 100644 --- a/dcs/frames/groups.py +++ b/dcs/frames/groups.py
@@ -9,3 +9,7 @@ class Ch02Group(Group): NAME = 'Chapter 02' + + +class Ch03Group(Group): + NAME = 'Chapter 03'