mirror of
https://github.com/tex2e/rfc-translater.git
synced 2025-12-20 00:54:10 +08:00
9 lines
309 B
Python
9 lines
309 B
Python
# ------------------------------------------------------------------------------
|
|
# RFC翻訳 各機能の呼び出しメインプログラム
|
|
# ------------------------------------------------------------------------------
|
|
|
|
from src.presentation.commandline import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|