8 lines
139 B
Python
8 lines
139 B
Python
|
# Other library imports
|
||
|
from ConfigObject import ConfigObject
|
||
|
|
||
|
revolut_token = ""
|
||
|
|
||
|
settings = ConfigObject()
|
||
|
settings.read("settings.ini")
|