Initial commit
This commit is contained in:
commit
fe58397da7
17 changed files with 2547 additions and 0 deletions
4
src/cspresso/__main__.py
Normal file
4
src/cspresso/__main__.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from .crawl import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue