blog project init

This commit is contained in:
2026-04-12 21:35:18 +03:00
parent 2cb55be630
commit ef797bc85b
2 changed files with 13 additions and 0 deletions

6
main.py Normal file
View File

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