diff options
Diffstat (limited to 'database.py')
-rw-r--r-- | database.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/database.py b/database.py index 3dd2d9a..42833d5 100644 --- a/database.py +++ b/database.py @@ -247,6 +247,7 @@ def request_recent_commits(since = datetime.datetime.now() - datetime.timedelta( return sorted(out, key = lambda a: a["datetime"], reverse = True) if __name__ == "__main__": + import parser with Database() as db: # print(db.get_similar_thoughts("about me", 5)) - print(db.get_iso_cd_options())
\ No newline at end of file + print(parser.parse_file("cpus.md"))
\ No newline at end of file |