beanlab / quest_framework

A Python framework for fault-tolerant workflows
0 stars 0 forks source link

Reorganize historian.py #22

Closed kjstanding closed 4 months ago

kjstanding commented 4 months ago

Moved History and typed dicts out of historian.py and optimized imports in all files in src/

kjstanding commented 4 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

kjstanding commented 4 months ago

@byubean I removed import * in historian.py and replaced it by explicitly importing each item. main.py still works as expected