0.2.0 initial commit

This commit is contained in:
Yusur 2025-10-08 14:46:09 +02:00
commit 6f67d125af
38 changed files with 2051 additions and 0 deletions

View file

@ -0,0 +1,28 @@
"""empty message
Revision ID: fbf0bcc3368a
Revises: 63d014f73934
Create Date: 2023-12-31 16:10:00.055273
"""
from alembic import op
import sqlalchemy as sa
# revision identifiers, used by Alembic.
revision = 'fbf0bcc3368a'
down_revision = '63d014f73934'
branch_labels = None
depends_on = None
def upgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###
def downgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
pass
# ### end Alembic commands ###