Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-28 07:12:52

0001 """AID2E CLI package.
0002 
0003 Provides version metadata for the command-line interface entry point.
0004 """
0005 
0006 from aid2e import __MAIN_VERSION__
0007 
0008 __version__ = __MAIN_VERSION__
0009 __all__ = []