compub/src/compub/models/__init__.py

4 lines
71 B
Python
Raw Normal View History

from .base import DB
2022-07-01 20:06:55 +02:00
from .geography import *
from .companies import *