mirror of
https://github.com/doms9/iptv.git
synced 2025-12-11 21:19:03 +01:00
e
This commit is contained in:
commit
00000d99f4
38 changed files with 395070 additions and 0 deletions
12
M3U8/scrapers/utils/__init__.py
Normal file
12
M3U8/scrapers/utils/__init__.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
from .caching import Cache
|
||||
from .config import Time, leagues
|
||||
from .logger import get_logger
|
||||
from .webwork import network
|
||||
|
||||
__all__ = [
|
||||
"Cache",
|
||||
"Time",
|
||||
"get_logger",
|
||||
"leagues",
|
||||
"network",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue