Skip to content

Commit

Permalink
Clean up top level of package
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 31, 2024
1 parent 6e34529 commit f10128d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ppt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Copyright 2024 VMware, Inc.
# Copyright 2024 Broadcom Corporation
# SPDX-License-Identifier: Apache-2.0
"""
Protable toolchains for python
"""
from environ import environ

ALL = ("environ",)

0 comments on commit f10128d

Please sign in to comment.