10 lines
130 B
Python
10 lines
130 B
Python
#!/usr/bin/python3
|
|
|
|
from utils.database.database import Database
|
|
from utils.config.config import ServerConfig
|
|
|
|
|
|
|
|
|
|
# vi: ft=python
|