5 lines
89 B
Python
5 lines
89 B
Python
"""允许 python -m cobol_testgen 直接运行"""
|
|
|
|
from cobol_testgen import main
|
|
main()
|