NextERP-scripts/main.py
2025-04-03 16:45:10 +07:00

4 lines
53 B
Python

import cli
if __name__ == "__main__":
cli.main()