Skip to content

Commit

Permalink
v1.0.2: renamed overlapping modules
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboycodr committed Feb 25, 2022
1 parent a8cbd64 commit af33361
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion choam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Choam
'''

from choam.choam import main
from choam.choam_client import main
2 changes: 1 addition & 1 deletion choam/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
to manage dependencies, easy configruation, setup, and publication.
'''

from choam.choam import main
from choam.choam_client import main

if __name__ == "__main__":
main()
File renamed without changes.

0 comments on commit af33361

Please sign in to comment.