mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 18:39:46 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
def main():
|
|
print("Hello from backend!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|