回答編集履歴
1
追記
test
CHANGED
@@ -1 +1,9 @@
|
|
1
1
|
ディレクトリAで、`python -m B`で実行するとよいでしょう。
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
[https://docs.python.org/ja/3/using/cmdline.html#cmdoption-m](https://docs.python.org/ja/3/using/cmdline.html#cmdoption-m)
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
コードは`from . import app`でもいいですね。
|