migrate.py 91 B

123456
  1. import typing
  2. class SqliteMigrator:
  3. def __init__(self, db: typing.Any):
  4. pass