mirror of
https://github.com/ferdzo/iotDashboard.git
synced 2026-04-05 09:06:26 +00:00
7 lines
92 B
Python
7 lines
92 B
Python
def main():
|
|
print("Hello from device-manager!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|