Use .env properly
This commit is contained in:
parent
3d5c934aa1
commit
ae3dbc23a3
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ import re, random as r, codecs
|
|||
from sys import argv as args
|
||||
from socket import socket, AF_INET, SOCK_STREAM
|
||||
from os import environ as env
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
class bytes(bbytes):
|
||||
|
|
Loading…
Reference in a new issue