9 lines
238 B
Python
9 lines
238 B
Python
# -*- coding: utf-8 -*-
|
|
from classes.telepy import Telepy
|
|
|
|
telepy = Telepy()
|
|
|
|
# telepy._config #it's 'private' but can be accessed. Python's intelligent-programmer way. lol. Besides, we're in testing.py!
|
|
# telepy._session
|
|
# telepy._salt
|