This website requires JavaScript.
Explore
Help
Sign In
pi3c
/
testcase_Paraminer
Watch
1
Star
0
Fork
You've already forked testcase_Paraminer
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
testcase_Paraminer
/
testcase_paraminer
/
__main__.py
7 lines
101 B
Python
Raw
Permalink
Blame
History
import
asyncio
from
.
main
import
run_parse
if
__name__
==
"
__main__
"
:
asyncio
.
run
(
run_parse
(
)
)
Reference in New Issue
View Git Blame
Copy Permalink