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