initial prototype
This commit is contained in:
commit
6c298e1b0d
9 changed files with 2371 additions and 0 deletions
10
architectds/__init__.py
Normal file
10
architectds/__init__.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
# Copyright (c) 2024 Antonio Niño Díaz <antonio_nd@outlook.com>
|
||||
|
||||
from .architectds import (Arm9Binary, Arm7Binary, TeakBinary, NitroFS, FatFS,
|
||||
NdsRom, AUTHOR_STRING, VERSION_STRING)
|
||||
|
||||
__all__ = ['Arm9Binary', 'Arm7Binary', 'TeakBinary', 'NitroFS', 'FatFS', 'NdsRom']
|
||||
__author__ = AUTHOR_STRING
|
||||
__version__ = VERSION_STRING
|
Loading…
Add table
Add a link
Reference in a new issue