Add main.py
This commit is contained in:
parent
36252f6f19
commit
813327f939
1 changed files with 6 additions and 0 deletions
6
main.py
Normal file
6
main.py
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
def main():
|
||||||
|
print("Hello from 2hoarder!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
Loading…
Reference in a new issue