mirror of
https://github.com/Digital-Naturalism-Laboratories/Mothbox.git
synced 2026-03-12 03:53:51 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
def main():
|
|
print("Hello from mothbot!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|