Guest User

Untitled

a guest
Apr 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import Core
  2.  
  3. if __name__ == '__main__':
  4.  
  5. scrapper = Core.Scrapper()
  6. scrapper.doScrap()
  7.  
  8. print('\n\n\tTekan sembarang untuk keluar')
  9. input()
Add Comment
Please, Sign In to add comment