# | Line 38 | Line 38 | class TemplateClass: | |
---|---|---|
38 | ||
39 | #---CONSTRUCTORS--- | |
40 | ||
41 | < | __init__(self): |
41 | > | def __init__(self): |
42 | pass | |
43 | ||
44 | #---PUBLIC METHODS--- | |
# | Line 57 | Line 57 | class TemplateClass: | |
57 | ||
58 | #---MODULE INSTANTIATION/TESTING--- | |
59 | ||
60 | < | def main: |
60 | > | def main(): |
61 | """Main one line description... | |
62 | <detail> | |
63 | """ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |