Add copyright header.
This commit is contained in:
parent
8d4748e251
commit
8c8e127e59
1 changed files with 7 additions and 0 deletions
7
run.py
7
run.py
|
@ -1,3 +1,10 @@
|
||||||
|
#==========================================================================
|
||||||
|
# Copyright (c) Yuuki/Raiza.dev, 2022-2024.
|
||||||
|
#
|
||||||
|
# All rights reserved. All hardware and software names used are registered
|
||||||
|
# trade names and/or registered trademarks of the respective manufacturers.
|
||||||
|
#==========================================================================
|
||||||
|
|
||||||
import glob
|
import glob
|
||||||
import json
|
import json
|
||||||
from base64 import b64decode as b64d
|
from base64 import b64decode as b64d
|
||||||
|
|
Loading…
Add table
Reference in a new issue