__main__.py 107 B

123456
  1. """Support the module execution."""
  2. from pylama.main import shell
  3. if __name__ == "__main__":
  4. shell()