12 lines
346 B
Python
12 lines
346 B
Python
# -*- coding: utf-8 -*-
|
|
##############################################################################
|
|
#
|
|
# LCT, Life Connection Technology
|
|
# Copyright (C) 2019-2020 LCT
|
|
#
|
|
##############################################################################
|
|
from . import models
|
|
|
|
|
|
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|