Remove keyboards.py and some refactor

This commit is contained in:
Ilya Bezrukov 2024-08-08 23:29:42 +03:00
parent 08d50a3391
commit 3e97c318c7
3 changed files with 0 additions and 5 deletions

View File

@ -1 +0,0 @@
# keyboards will be defined here

View File

@ -27,4 +27,3 @@ def create_logger(name: str,
logger.addHandler(file_handler)
return logger

View File

@ -12,6 +12,3 @@ def get_state_storage(config: StateStorageConfig):
else:
raise RuntimeWarning(f"Unknown state storage type: '{config.type}'")
return state_storage
# states will be defined here