20 lines
543 B
Plaintext
20 lines
543 B
Plaintext
LICENSE
|
|
README.md
|
|
my-project-name
|
|
setup.cfg
|
|
setup.py
|
|
my_project_name/__init__.py
|
|
my_project_name/bot_commands.py
|
|
my_project_name/caldav_handler.py
|
|
my_project_name/callbacks.py
|
|
my_project_name/chat_functions.py
|
|
my_project_name/config.py
|
|
my_project_name/errors.py
|
|
my_project_name/main.py
|
|
my_project_name/message_responses.py
|
|
my_project_name/storage.py
|
|
my_project_name.egg-info/PKG-INFO
|
|
my_project_name.egg-info/SOURCES.txt
|
|
my_project_name.egg-info/dependency_links.txt
|
|
my_project_name.egg-info/requires.txt
|
|
my_project_name.egg-info/top_level.txt |