Separate all buffers in modules for an easier work with code

This commit is contained in:
2021-07-02 17:22:24 -05:00
parent a7838bbf7d
commit 3c7063792c
13 changed files with 856 additions and 762 deletions

View File

@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
from .account import AccountBuffer
from .base import Buffer
from .empty import EmptyBuffer