6 lines
92 B
Python
6 lines
92 B
Python
from tjwater_cli.main import console_entry
|
|
|
|
|
|
if __name__ == "__main__":
|
|
console_entry()
|