mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-12 10:45:58 +00:00
wip: almost done with working webapp template
This commit is contained in:
6
ipython.py
Normal file
6
ipython.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello, World!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user