Make custom, functions and types proper modules

This allows "from telethon.types import Message" to work.
Closes #3929.

Not entirely sure how it used to work before, perhaps
it got changed at some point but this should revert previous
behaviour.
This commit is contained in:
Lonami Exo
2022-09-20 12:59:36 +02:00
parent 2f2a9901e2
commit 7cac3668d6
4 changed files with 4 additions and 2 deletions

1
telethon/functions.py Normal file
View File

@@ -0,0 +1 @@
from .tl.functions import *