investment/const.py
Frederik Jaeckel 530d382905 formatting
2023-12-01 13:29:46 +01:00

8 lines
240 B
Python

# -*- 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