/
YakuninAV
/
Convertors
Обзор
Документация
Войти
/
YakuninAV
/
Convertors
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
python/main.py
18 строк
733 B
YakuninAV
begin with gitflick
31 июл 2026, 15:21
31 июл 2026, 15:21
1dc0fc6
Код
Авторство
О чём код?
# -*- coding: utf-8 -*- # This is a sample Python script. # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. import pir_document as doc import pir_database as db import pir_distr as dstr # Press the green button in the gutter to run the script. if __name__ == '__main__': fldrname = r'd:\DataBasis\Data\Pir\\' doc.read_document(r'd:\DataBasis\Data\Pir\MRR-6.1.02-19.docx') doc.read_addenum(fldrname + r'\2021-05\MRR-4_7_02-20.xlsx') #db.test() conn = db.open_pir(fldrname + r'\BASE\\' + 'PIRdatson.accdb') print(dstr.load_distr(conn)) # See PyCharm help at https://www.jetbrains.com/help/pycharm/