smoke test working

This commit is contained in:
Pablo Martin 2024-06-03 18:37:17 +02:00
parent 3131f93371
commit 6ea5e6ed76
3 changed files with 49 additions and 1 deletions

7
xexe/constants.py Normal file
View file

@ -0,0 +1,7 @@
import pathlib
from dataclasses import dataclass
@dataclass
class PATHS:
logging_file: pathlib.Path = pathlib.Path("xexe.log")