mirror of
https://github.com/binux/pyspider.git
synced 2024-11-25 16:34:30 +08:00
12 lines
256 B
Python
Executable File
12 lines
256 B
Python
Executable File
#!/usr/bin/env python
|
|
# -*- encoding: utf-8 -*-
|
|
# vim: set et sw=4 ts=4 sts=4 ff=unix fenc=utf8:
|
|
# Author: Binux<roy@binux.me>
|
|
# http://binux.me
|
|
# Created on 2014-11-24 23:11:49
|
|
|
|
from pyspider.run import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|