index
:
gn-ai
master
A repository for GeneNetwork's AI tool development
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.venv
/
lib
/
python3.12
/
site-packages
/
alembic
/
__main__.py
blob: af1b8e8702f4986b4e17ca129dab18f338803da4 (
about
) (
plain
)
1
2
3
4
from
.config
import
main
if
__name__
==
"__main__"
:
main
(
prog
=
"alembic"
)