This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
mochaserverpine64backup/test.py
2018-04-17 10:46:32 -05:00

8 lines
141 B
Python

import mocha_server
#mocha_server.insert_row(4, 'andrew')
print(mocha_server.fetch_user(3))
print(mocha_server.get_top_N('username', 2))