7 lines
94 B
Python
7 lines
94 B
Python
def main():
|
|
print("Hello from rest-chat-server!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|