catm-python-lib
Loading...
Searching...
No Matches
__main__.py
Go to the documentation of this file.
1"""!
2@file __main__.py
3@version 1
4@author Fumitaka ENDO
5@date 2025-06-28T18:17:41+09:00
6@brief __main__
7"""
8import src
9import sys
10
11sys.exit(src .main())