Improved docstrings

This commit is contained in:
Profitroll 2023-01-03 15:12:46 +01:00
parent e79edf1dff
commit db60a538b2
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
"""Module that provides all database columns and
creates geospatial index for col_applications"""
from pymongo import MongoClient, GEOSPHERE
from ujson import loads

View File

@ -1,3 +1,6 @@
"""Module responsible for providing answers to
all inline queries that bot receives"""
from datetime import datetime
from os import path, sep
from app import app, isAnAdmin

View File

@ -1,3 +1,6 @@
"""Automatically register commands and execute
some scheduled tasks is the main idea of this module"""
from os import listdir, makedirs, path, sep
from apscheduler.schedulers.asyncio import AsyncIOScheduler
from datetime import datetime, timedelta