Skip to content

Commit 55b0ffb

Browse files
committed
add comments
1 parent dc76f19 commit 55b0ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metaclass/simple_orm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ def save(self):
6464
print('SQL: %s' % sql)
6565
print('ARGS: %s' % str(args))
6666

67+
# testing code:
68+
6769
class User(Model):
6870
id = IntegerField('uid')
6971
name = StringField('username')

0 commit comments

Comments
 (0)