mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-12 02:35:43 +00:00
7 lines
79 B
Python
7 lines
79 B
Python
def main():
|
|
print("Hello, World!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|