mirror of
https://git.sr.ht/~sircmpwn/hub.sr.ht
synced 2024-09-09 12:02:35 +02:00
5 lines
138 B
Python
Executable file
5 lines
138 B
Python
Executable file
#!/usr/bin/env python3
|
|
import hubsrht.alembic
|
|
import srht.alembic
|
|
from srht.database import alembic
|
|
alembic("hub.sr.ht", hubsrht.alembic)
|