Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
階層:
scripts/ web/ script1.py tests/ script2.py common/ utils.py
script1 と script2 にユーティリティをインポートし、これらのスクリプトを個別に実行するにはどうすればよいでしょうか (つまり、python script1.py)。ファイルをどこに配置し__init__.pyますか?それは正しい方法ですか? ありがとうございました!
python script1.py
__init__.py