Newer
Older
"""
Python module for extracting attribute from Archive Extractor Device.
"""
__version__ = "AUTOVERSIONREPLACE"
__all__ = ["Access", ]
##########################################################################
### Module private variables ###
##########################################################################
# Tuple of extractor for HDB and TDB
# Tuple for attribute tables
_AttrTables = (None, None)
##########################################################################
### Functions in Access are entry points ###
##########################################################################
from .Access import *