init(Packagers): main file created

This commit is contained in:
darkicewolf50 2024-10-26 12:11:22 -06:00
parent c11b50619e
commit 01c05dfb78

2
main.py Normal file
View File

@ -0,0 +1,2 @@
if __name__ == "__main__":
print("hello")