#!/usr/bin/env python3

from linearspider.LinearSpider import LinearSpider

if __name__ == "__main__":
    spider = LinearSpider()
    
