Guest User

Untitled

a guest
Oct 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. # coding: utf-8
  2. from Parser import HtmlParser
  3.  
  4. if __name__ == '__main__':
  5.     HtmlParser.parse_html(ur"E:\NetDownloads\labs.html")
Add Comment
Please, Sign In to add comment