add: первый экран TUI

This commit is contained in:
2025-06-08 16:24:19 +03:00
parent ec1b585fb2
commit e6dd940d8a
5 changed files with 110 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# src/pganec/config.py
import logging
import yaml
from typing import Optional, Dict # Для Python < 3.9 используйте Dict, для Python 3.9+ можно просто dict