##
i = Boy("David");
u = Girl("NIkola");
# August 25 2023, I met you because i randomly texted you on Snapchat :3
i.meet(u)
# Afterwards, I confessed my feelings for you.
i.confess(u)
# August 31, 2023, You became my girlfriend.
u.accepted(i)
# Since then, there wasn't a day that i haven't thought of you.
happy(u, i)
# We enjoy talking with eachother.
talking(u, i)
# We enjoy FaceTiming eachother.
facetime(u, i)
# Sometimes there are a few conflicts between us.
conflict(u, i, sometimes=True)
# But we are getting more and more in harmony everyday.
u.in_harmony_with(i)
i.in_harmony_with(u)
# You are the greatest love of my life.
while True:
if u.with(i):
u = everything
else:
everything = u
# If we will ever get married, we'd be the happiest couple in the world.
i.marry(u, in_the_future=True)
i.live_happily_forever_with(u)
# I'll love you forever.
Nikola, I have fallen in love with you for
I Love You.
- David