Mentions légales du service

Skip to content
Snippets Groups Projects

NEW FEATURE: Create a file to save configuration of the game

Closed PRATS Tommy requested to merge dev/tommy/config.yml into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
import pytest
import os
from language import Lang
from config import Config
import tempfile
import logging
@pytest.mark.usefixtures("caplog")
Loading