Factorio: implement EnergyLink

This commit is contained in:
Fabian Dill
2022-02-24 00:51:31 +01:00
parent 6e0165986f
commit 05fe423ef1
6 changed files with 118 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ class Version(typing.NamedTuple):
build: int
__version__ = "0.2.5"
__version__ = "0.2.6"
version_tuple = tuplize_version(__version__)
from yaml import load, dump, SafeLoader