Creation of Binary with cx_Freeze

This commit is contained in:
2022-02-21 13:31:17 +00:00
parent 5efe49607d
commit 8cf9188c6d
6 changed files with 389 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ from diceplayer.DPpack.MolHandling import *
from diceplayer.DPpack.PTable import *
from diceplayer.DPpack.Misc import *
from diceplayer.DPpack.runtime.Dice import *
from diceplayer.DPpack.external.Dice import *
from typing import IO, Tuple, List, TextIO, Union