File size: 205 Bytes
d384b52
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from .. import *
from . import Methods 
from ..database import user

class Deployment(Methods):
  def __init__(self):
    self.lf = "\n[ElevenHost]"
    self.database = user()
    self.cb = DATABASE['cb']