Added first working version of the library; updated README, .gitignore and LICENSE

This commit is contained in:
Julian Müller (ChaoticByte) 2023-07-21 20:40:19 +02:00
parent b9b1620e89
commit 46de665176
7 changed files with 208 additions and 2 deletions

2
.gitignore vendored
View file

@ -158,3 +158,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
test.py