feat: support subscriptions and onetime payments w/ webhooks

This commit is contained in:
swve 2024-11-02 22:17:01 +01:00
parent 1bff401e73
commit b7f09885df
6 changed files with 94 additions and 201 deletions

View file

@ -1,10 +1,9 @@
import logging
import os
import importlib
from typing import Optional
from config.config import get_learnhouse_config
from fastapi import FastAPI
from sqlmodel import Field, SQLModel, Session, create_engine
from sqlmodel import SQLModel, Session, create_engine
def import_all_models():
base_dir = 'src/db'