add license here too
parent
ea10aac18e
commit
1c6862d555
3
main.py
3
main.py
|
@ -4,6 +4,9 @@ import matplotlib.pyplot as plt
|
|||
import numpy as np
|
||||
import os
|
||||
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
|
||||
|
||||
ANIMATION_OUTPUT_DIRECTORY = "./output"
|
||||
|
|
Loading…
Reference in New Issue