mirror of
https://github.com/LonamiWebs/Telethon
synced 2025-08-22 18:07:29 +00:00
6 lines
85 B
Python
6 lines
85 B
Python
|
import unittest
|
||
|
|
||
|
|
||
|
class TLTests(unittest.TestCase):
|
||
|
"""There are no tests yet"""
|