feat: added hello.py to greet the team
This commit is contained in:
parent
b1a35783bb
commit
50b58b0783
8
path/to/hello.py
Normal file
8
path/to/hello.py
Normal file
@ -0,0 +1,8 @@
|
||||
import sys
|
||||
|
||||
def main():
|
||||
# Prints 'Hello from the AI Dev Team'
|
||||
print('Hello from the AI Dev Team')
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Loading…
Reference in New Issue
Block a user