Files
2026-07-21 15:08:11 +02:00

12 lines
605 B
Python

######################################################################################
# #
# Copyright (c) Infineon Technologies AG #
# All rights reserved. #
# #
######################################################################################
__all__ = ["control", "registers"]
from . import control
from . import registers