index
:
oguri
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
oguri
/
__init__.py
blob: 3e662736ba0bb419a2f5fc6682131dd69a89fff9 (
plain
) (
blame
)
1
2
3
4
from
.cli
import
main_script
if
__name__
==
"__main__"
:
main_script
()