This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Copyright (C) 2017 Michael von den Driesch | |
This file is just a simple implementation of a python class allowing for various | |
*booking* types (LIFO, FIFO, AVCO) | |
This *GIST* is free software: you can redistribute it and/or modify it | |
under the terms of the BSD-2-Clause (https://opensource.org/licenses/bsd-license.html). | |
This program is distributed in the hope that it will be useful, but WITHOUT |