Skip to content

Commit

Permalink
add Application back into pykoi __init__ and add CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
jojortz committed Dec 27, 2023
1 parent 6225502 commit f9861d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Default codeowners/reviewers for all code changes
* @CambioML @goldmermaid
4 changes: 4 additions & 0 deletions pykoi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from pykoi.application import Application

__all__ = ["Application"]

__version__ = "0.0.10"

0 comments on commit f9861d9

Please sign in to comment.