Skip to content

Commit e894375

Browse files
committed
Manual Units: Tests and Experiments at Scale
1 parent ce16979 commit e894375

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

units/units_init.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
class Unit:
4+
def __init__(self):
5+
pass
6+
7+
8+
class peks_Units : Unit:
9+
def __init__(self):
10+
super().__init__()
11+
pass
12+
13+
14+

0 commit comments

Comments
 (0)