Skip to content

Commit

Permalink
Merge pull request #98 from CambioML/jojo-branch
Browse files Browse the repository at this point in the history
add Application back into pykoi __init__ and add CODEOWNERS
  • Loading branch information
Cambio ML authored Dec 28, 2023
2 parents 6225502 + f9861d9 commit d8daa9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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 d8daa9e

Please sign in to comment.