Closed kjstanding closed 9 months ago
It might be worth chatting about a few more functions in historian.py
that could potentially be moved to a file named utils.py
@byubean I removed import *
in historian.py
and replaced it by explicitly importing each item. main.py
still works as expected
Moved History and typed dicts out of
historian.py
and optimized imports in all files in src/