Skip to content

Commit 42db629

Browse files
add anaphones link to other repository
1 parent 659e5b6 commit 42db629

File tree

2 files changed

+2
-1
lines changed
  • videos
    • 060_mathematically_perfect_tongue_twisters_python_linguistics
    • 067_you_should_put_this_in_all_your_python_scripts/if_name_main_pkg

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The code for this video is stored in a separate repository: https://github.com/mCodingLLC/Anaphones

videos/067_you_should_put_this_in_all_your_python_scripts/if_name_main_pkg/import_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ def main():
66

77

88
if __name__ == '__main__':
9-
main()
9+
main()

0 commit comments

Comments
 (0)