All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m42s
6 lines
76 B
Python
6 lines
76 B
Python
import akshare as ak
|
|
|
|
|
|
if __name__ == '__main__':
|
|
print(ak.__version__)
|