Skip to content

Commit

Permalink
Convert UNO to a package
Browse files Browse the repository at this point in the history
  • Loading branch information
workonfire committed May 9, 2021
1 parent 0264459 commit db625ee
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
Empty file added uno/__init__.py
Empty file.
4 changes: 4 additions & 0 deletions uno/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from uno.main import main

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

0 comments on commit db625ee

Please sign in to comment.