Advertisement
haiv

Python Skeleton

Jun 12th, 2019
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. #!/usr/bin/env python
  2.  
  3. import os
  4. import sys
  5.  
  6.  
  7. def main():
  8.     pass
  9.  
  10.  
  11. if __name__ == '__main__':
  12.     main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement