Skip to content

Instantly share code, notes, and snippets.

@rvasilevsk
Created September 20, 2021 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rvasilevsk/8fec70c37785bd13bbf952a0d37e0a3e to your computer and use it in GitHub Desktop.
Save rvasilevsk/8fec70c37785bd13bbf952a0d37e0a3e to your computer and use it in GitHub Desktop.
abbr.ifname.py
# abbrevation: ifna
# desription: if __name__ == '__main__':
# scope: top
def _main():
print('main')
if __name__ == '__main__':
_main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment