6 lines
102 B
Python
6 lines
102 B
Python
#!/usr/bin/env python3
|
|
from test import test_sodium
|
|
from app.ss import crawler
|
|
crawler.main()
|
|
exit(0)
|