Skip to content

Commit 20d5b44

Browse files
committed
Import program3 in main
1 parent 71ea776 commit 20d5b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.py

+2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88

99
import program1 as p1
1010
import program2 as p2
11+
import program3 as p3
1112

1213
def main():
1314
p1.sayhello()
1415
p2.HelloAppLaunch()
16+
p3.GreetingAppLaunch()
1517

1618
if __name__ == '__main__':main()

0 commit comments

Comments
 (0)