6 lines
86 B
Python
6 lines
86 B
Python
from scrape_giant import * # noqa: F401,F403
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|