Added create_* and search_* helper methods directly in the API.
This commit is contained in:
parent
4398d42360
commit
b43fb3156a
3 changed files with 20 additions and 12 deletions
5
ev.py
5
ev.py
|
|
@ -110,9 +110,10 @@ db_serverconfs = ServerConfig.objects
|
|||
del ServerConfig
|
||||
|
||||
# utils
|
||||
from src.utils import search
|
||||
|
||||
from src.utils.search import *
|
||||
from src.utils.create import *
|
||||
from src.utils import logger
|
||||
from src.utils import create
|
||||
from src.utils import utils
|
||||
from src.utils import gametime
|
||||
from src.utils import ansi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue