stats.py 88 B

1234567
  1. import db
  2. class Stats:
  3. db = db.DB()
  4. def _incrementUser(self, user, line):
  5. sql = ""