Skip to content

Commit d8daa9e

Browse files
author
Cambio ML
authored
Merge pull request #98 from CambioML/jojo-branch
add Application back into pykoi __init__ and add CODEOWNERS
2 parents 6225502 + f9861d9 commit d8daa9e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/CODEOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default codeowners/reviewers for all code changes
2+
* @CambioML @goldmermaid

pykoi/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
from pykoi.application import Application
2+
3+
__all__ = ["Application"]
4+
15
__version__ = "0.0.10"

0 commit comments

Comments
 (0)