Add username to LICENSE

This commit is contained in:
ChaoticByte 2024-08-13 21:38:41 +02:00
parent 4ab43594de
commit cfec6bf64a
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python3
# Copyright (c) 2024 Julian Müller (ChaoticByte)
import warnings
warnings.simplefilter(action='ignore', category=FutureWarning)