refactor: update imports and switch to pytest for testing

This commit is contained in:
2026-03-01 11:52:30 -03:00
parent c59f0d6516
commit 11ff4c0c21
8 changed files with 116 additions and 65 deletions

View File

@@ -1,12 +1,12 @@
import yaml
from diceplayer.config.player_config import PlayerConfig
from diceplayer.logger import logger
from diceplayer.player import Player
import yaml
import argparse
from importlib import metadata
from diceplayer.player import Player
VERSION = metadata.version("diceplayer")