o
    öXœi  ã                   @  s@   d Z ddlmZ g d¢ZddlmZmZmZ d	dd„Zeƒ  dS )
z)Journaling system for ONNX IR operations.é    )Úannotations)ÚJournalÚJournalEntryÚget_current_journalÚreturnÚNonec                  C  s   t ƒ } tD ]}t| | _qdS )zESet the module of all functions in this module to this public module.N)ÚglobalsÚ__all__Ú__name__Ú
__module__)Úglobal_dictÚname© r   úO/home/ubuntu/.local/lib/python3.10/site-packages/onnx_ir/journaling/__init__.pyÚ__set_module   s   ÿr   N)r   r   )	Ú__doc__Ú
__future__r   r	   Úonnx_ir.journaling._journalingr   r   r   r   r   r   r   r   Ú<module>   s   

