This website works better with JavaScript
Home
Explore
Help
Register
Sign In
part-time-job
/
local_proxy_pool
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
e2a1300758
Branches
Tags
master
local_proxy_poo...
/
backend
/
hello.py
hello.py
85 B
History
Raw
1
2
3
4
5
6
def main():
print("Hello from backend!")
if __name__ == "__main__":
main()