You've already forked hotpocket
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import annotations
|
||||
|
||||
from .base import AssociationAdapter, SaveAdapter
|
||||
|
||||
|
||||
class BasicSaveAdapter(SaveAdapter):
|
||||
pass
|
||||
|
||||
|
||||
class BasicAssociationAdapter(AssociationAdapter):
|
||||
pass
|
||||
Reference in New Issue
Block a user