mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
14 lines
180 B
Python
14 lines
180 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
General configuration and imports gathering.
|
|
"""
|
|
|
|
import os
|
|
import sys
|
|
|
|
import settings
|
|
from paste import Paste
|
|
from utils import drop_privileges
|
|
|