1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

feat: add new modules for tux application

This commit includes the addition of new modules for the tux application. These modules include cogs, database, handlers, services, and utils. Each of these modules has been initialized with an __init__.py file.
This commit is contained in:
kzndotsh 2024-07-13 19:23:48 +00:00
parent b02e1ee5f3
commit 365c0278f8
13 changed files with 0 additions and 0 deletions

0
tux/__init__.py Normal file
View file

0
tux/cogs/__init__.py Normal file
View file

View file

0
tux/cogs/fun/__init__.py Normal file
View file

View file

View file

View file

View file

View file

0
tux/database/__init__.py Normal file
View file

0
tux/handlers/__init__.py Normal file
View file

0
tux/services/__init__.py Normal file
View file

0
tux/utils/__init__.py Normal file
View file