redruin1 / factorio-draftsman

A complete, well-tested, and up-to-date module to manipulate Factorio blueprint strings. Compatible with mods.
MIT License
92 stars 17 forks source link

fix type of BlueprintBook.insert #79

Closed SIGSTACKFAULT closed 1 year ago

SIGSTACKFAULT commented 1 year ago

allow BlueprintBook to accept Blueprintable instead of Union[Blueprint,BlueprintBook]

only changing the type annotation