mirror of
https://github.com/python/cpython.git
synced 2025-08-09 03:19:15 +00:00

(cherry picked from commit 29e6c7b68a
)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
4 lines
58 B
Python
4 lines
58 B
Python
from . import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|