Skip to content

Commit c130187

Browse files
Merge pull request #71 from nextreleaseio/features
Test commit
2 parents f77c26b + 10fdf27 commit c130187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ def generator_example(n):
2222
run = run + 1
2323
yield run
2424

25+
@classmethod
26+
def get_my_demos_done():
27+
return False

0 commit comments

Comments
 (0)