1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-24 16:01:26 +00:00

CC0 license (and some import cleanup)

This commit is contained in:
Dragorn421 2025-02-18 10:07:20 +01:00
parent ba29f9c2c6
commit 4ea01b24ae
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
27 changed files with 80 additions and 22 deletions

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2025 ZeldaRET
# SPDX-License-Identifier: CC0-1.0
from pprint import pprint as vanilla_pprint
try:

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2025 ZeldaRET
# SPDX-License-Identifier: CC0-1.0
import abc
import dataclasses
from functools import cache

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2025 ZeldaRET
# SPDX-License-Identifier: CC0-1.0
import dataclasses
import enum
from xml.etree.ElementTree import Element

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2025 ZeldaRET
# SPDX-License-Identifier: CC0-1.0
from xml.etree import ElementTree

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2025 ZeldaRET
# SPDX-License-Identifier: CC0-1.0
import dataclasses
import enum
from typing import Optional