Move files to a module
This commit is contained in:
parent
3324257e35
commit
6ef0a343c8
4
telematrix.py
Normal file
4
telematrix.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import telematrix
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
telematrix.main()
|
@ -16,7 +16,7 @@ from aiohttp import web, ClientSession
|
|||||||
from aiotg import Bot
|
from aiotg import Bot
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
|
|
||||||
import database as db
|
import telematrix.database as db
|
||||||
|
|
||||||
# Read the configuration file
|
# Read the configuration file
|
||||||
try:
|
try:
|
Loading…
Reference in New Issue
Block a user