def main():
print("Hello from backendmodule!")
if __name__ == "__main__":
main()
Powered by TurnKey Linux.