移动位置

This commit is contained in:
vincent
2024-02-29 12:11:04 +08:00
parent 3b840fd020
commit 8794df5be8
+7
View File
@@ -0,0 +1,7 @@
from web_img import WebImg
def main():
i = WebImg("name", "url.com")
print(i)
main()