investment/const.py

9 lines
240 B
Python
Raw Permalink Normal View History

2023-12-01 12:29:46 +00:00
# -*- 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