Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit 9996f64

Browse files
committed
Added Class documentation
1 parent b19adc5 commit 9996f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mainwindow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010

1111
class Tinder:
12+
'''The main class for the application.'''
13+
1214
def __init__(self):
1315
# setup for pygame mixer
1416
mixer.init()

0 commit comments

Comments
 (0)