"""DarkPoint: technomantic memories framework for mnemonic forrests in darkness"""

# DarkPoint: technomantic memories framework for mnemonic forrests in darkness
# Copyright (C) 2024   Sett Sarverott <sett@sarverott.com> (https://sarverott.com)

# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <https://www.gnu.org/licenses/>.

import numpy

__all__ = [
    "context_define",
    "hook_define",
    "scope_define",
    "handler_define",
    "point_define"
]



# from darkpoint.types.context_define import *
# from darkpoint.types.diverselink_define import *
# from darkpoint.types.forgingset_define import *
# from darkpoint.types.hookref_define import *
# from darkpoint.types.information_define import *
# from darkpoint.types.mindscope_define import *
# from darkpoint.types.recapsmelt_define import *
# from darkpoint.types.shadegroup_define import *
# from darkpoint.types.viewstyle_define import *
# from darkpoint.types.darkpoint_define import *
# from darkpoint.types.voidvalue_define import *

#from darkpoint.types.main import *


if __name__ == "__main__":
    print(__all__, __file__)
