Added animations class

Editet readme.md
Some changes on mainfile
This commit is contained in:
Christian
2024-08-18 20:00:25 +02:00
parent 31384e03df
commit 0065c3c033
6 changed files with 23 additions and 13 deletions

3
animations.py Normal file
View File

@@ -0,0 +1,3 @@
class animation(object):
def __init__(self) -> None:
pass