Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nezarfadle/0dd0630ede2c80d00a3b8abf31c19ac6 to your computer and use it in GitHub Desktop.
Save nezarfadle/0dd0630ede2c80d00a3b8abf31c19ac6 to your computer and use it in GitHub Desktop.
<snippet>
	<content><![CDATA[
# Author: Nezar Fadle
# Email: [email protected], [email protected]

import scala5
import requests

if __name__ == '__ax_main__':
	
	scalaVars = scala5.sharedvars()

	${1}

elif __name__ == '__main__':     # Run from the command line (for testing)
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>init</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<scope>source.python</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment