1
0

Module docstring

This commit is contained in:
Jon Michael Aanes 2024-07-08 19:02:28 +02:00
parent 00995f85a5
commit d7c73c95dc
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# Finance Definitions
Python library for defining base types for financial work.
Python library for defining base types for financial work.

View File

@ -1,3 +1,8 @@
"""# Finance Definitions.
Python library defining base types for financial processing.
"""
import abc
import dataclasses
import datetime