diff --git a/config.py b/config.py new file mode 100644 index 0000000..58d0723 --- /dev/null +++ b/config.py @@ -0,0 +1,16 @@ + +config = { + "plateform" : '', + "frequency" : '', + "telegram_user_id" : '', + "telegram_token_bot" : '' + } + + +def main(): + print(config) + + + +if __name__ == '__main__': + main() \ No newline at end of file