7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
|
#!/usr/bin/python3
|
||
|
|
||
|
from utils.database.database import Database
|
||
|
|
||
|
|
||
|
# vi: ft=python
|