Files
inventory/main.py
2026-07-21 16:11:09 +05:00

7 lines
87 B
Python

def main():
print("Hello from inventory!")
if __name__ == "__main__":
main()