Skip to content

Commit 4948b45

Browse files
committed
Assign methods to __all__
1 parent f649de7 commit 4948b45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

databusclient/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from databusclient import cli
22
from databusclient.client import create_dataset, deploy, create_distribution
33

4+
__all__ = ["create_dataset", "deploy", "create_distribution"]
5+
46
def run():
57
cli.app()

0 commit comments

Comments
 (0)