This commit is contained in:
2025-12-19 00:52:32 +08:00
parent 5c663a9dcf
commit 5d93f9bfab
15 changed files with 4830 additions and 1 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from wiki-crawler!")
if __name__ == "__main__":
main()