Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ads/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from ads import Ads, Project, Service, ServiceSet, Profile, BadSelectorException
from ads.ads import Ads, Project, Service, ServiceSet, Profile, BadSelectorException, Cache, _load_spec_file
2 changes: 1 addition & 1 deletion ads/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# @author adamcath

from ads import main
from ads.ads import main

if __name__ == "__main__":
main()
Loading