The unified diff between revisions [d1300337..] and [48ba9497..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'Journal.py'
# # # patch "Journal.py" # from [da39a3ee5e6b4b0d3255bfef95601890afd80709] # to [f3ab3eb8e35053f8498b37d7ce0a9cef2799b06d] # ============================================================ --- Journal.py da39a3ee5e6b4b0d3255bfef95601890afd80709 +++ Journal.py f3ab3eb8e35053f8498b37d7ce0a9cef2799b06d @@ -0,0 +1,9 @@ +#!/usr/bin/env python + +# journal.py +# + +class Journal: + def __init__(self): + pass +