wip: almost done with working webapp template

This commit is contained in:
Jayden Pyles
2024-05-18 19:32:54 -05:00
parent c2659662e5
commit 8bbd7169fb
14 changed files with 1206 additions and 29 deletions

6
ipython.py Normal file
View File

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