TADBot / hello.py
ryefoxlime's picture
Restructured the project files
0e084be
raw
history blame
84 Bytes
def main():
print("Hello from tadbot!")
if __name__ == "__main__":
main()