Skip to content

Commit 340a5f3

Browse files
Merge pull request #79 from nextreleaseio/bugs
testing out some more things
2 parents b451378 + b0af106 commit 340a5f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ def generator_example(n):
3030
@classmethod
3131
def get_my_demos_done():
3232
return False
33+
34+
@classmethod
35+
def more_things():
36+
return True

0 commit comments

Comments
 (0)