add license here too

main
Nekkowe! 2023-10-01 13:02:15 +02:00
parent ea10aac18e
commit 1c6862d555
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ import matplotlib.pyplot as plt
import numpy as np import numpy as np
import os import os
from pathlib import Path from pathlib import Path
# By Nekkowe 2023-10-01
# nekkowe.com / nekkowe@gmail.com
# Released under CC-BY-NC https://creativecommons.org/licenses/by-nc/4.0/deed.en
from matplotlib.animation import FuncAnimation from matplotlib.animation import FuncAnimation
ANIMATION_OUTPUT_DIRECTORY = "./output" ANIMATION_OUTPUT_DIRECTORY = "./output"