Skip to content

Commit

Permalink
Update database.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasusen-code authored Feb 27, 2022
1 parent 28bf338 commit b8e3a0d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions main/Database/database.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#Tg:ChauhanMahesh/DroneBots
#Github.com/vasusen-code
# This file is part of the VIDEOconvertor distribution.
# Copyright (c) 2021 vasusen-code ; All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# License can be found in < https://github.com/vasusen-code/VIDEOconvertor/blob/public/LICENSE> .

import datetime
import motor.motor_asyncio
from .. import MONGODB_URI
Expand Down

0 comments on commit b8e3a0d

Please sign in to comment.