Explorar el Código

new file: config.py

master
TheBidouilleur hace 7 meses
padre
commit
13848c60e2
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  1. +16
    -0
      config.py

+ 16
- 0
config.py Ver fichero

@@ -0,0 +1,16 @@
config = {
"plateform" : '',
"frequency" : '',
"telegram_user_id" : '',
"telegram_token_bot" : ''
}
def main():
print(config)
if __name__ == '__main__':
main()

Cargando…
Cancelar
Guardar