Files
SIB/backend/main.py

7 lines
90 B
Python

def main():
print("Hello from sibu-backend!")
if __name__ == "__main__":
main()