X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/mako/testing
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
mako
/
testing
/
??
..
??
__init__.py
(0 B)
??
__pycache__
??
_config.py
(3.48 KB)
??
assertions.py
(5.04 KB)
??
config.py
(323 B)
??
exclusions.py
(1.52 KB)
??
fixtures.py
(2.97 KB)
??
helpers.py
(1.49 KB)
Editing: config.py
from dataclasses import dataclass from pathlib import Path from ._config import ReadsCfg from .helpers import make_path @dataclass class Config(ReadsCfg): module_base: Path template_base: Path section_header = "mako_testing" converters = {Path: make_path} config = Config.from_cfg_file("./setup.cfg")
Upload File
Create Folder