formatting

This commit is contained in:
Frederik Jaeckel 2023-12-01 13:29:46 +01:00
parent 6d72822526
commit 530d382905
4 changed files with 17 additions and 6 deletions

8
const.py Normal file
View file

@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
# This file is part of the cashbook-module from m-ds.de for Tryton.
# The COPYRIGHT file at the top level of this repository contains the
# full copyright notices and license terms.
DEF_TRUE = True
DEF_NONE = None