Merge pull request #6457 from youkaichao/module-run
[misc] enable module run Former-commit-id: 813881a5d13dd1d5a526a85d41032196e0d46f04
This commit is contained in:
@@ -120,3 +120,6 @@ def main():
|
||||
print(USAGE)
|
||||
else:
|
||||
raise NotImplementedError(f"Unknown command: {command}.")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user