Files
2026-06-02 14:54:08 +08:00

6 lines
92 B
Python

from tjwater_cli.main import console_entry
if __name__ == "__main__":
console_entry()