move contact enum to core
This commit is contained in:
parent
a1d22df20c
commit
d8744f3958
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
from edbob._version import __version__
|
from edbob._version import __version__
|
||||||
|
from edbob.enum import *
|
||||||
from edbob.core import *
|
from edbob.core import *
|
||||||
from edbob.time import *
|
from edbob.time import *
|
||||||
from edbob.files import *
|
from edbob.files import *
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
"""
|
"""
|
||||||
``edbob.db.extensions.contact.enum`` -- Enumerations
|
``edbob.enum`` -- Enumerations
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue