feat: cards, attributes and modules
This commit is contained in:
6
card_attributes/handlers/base_handler.py
Normal file
6
card_attributes/handlers/base_handler.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
|
||||
class BaseHandler:
|
||||
def __init__(self, session: AsyncSession):
|
||||
self.session = session
|
||||
Reference in New Issue
Block a user