2018-10-06 08:44:07 +00:00
|
|
|
from time import time
|
|
|
|
|
2018-10-06 09:58:08 +00:00
|
|
|
"""
|
|
|
|
This file is for shared global variables. They only stay during runtime.
|
|
|
|
|
|
|
|
For reference:
|
|
|
|
https://stackoverflow.com/questions/15959534/visibility-of-global-variables-in-imported-modules
|
|
|
|
"""
|
|
|
|
|
2018-10-06 08:44:07 +00:00
|
|
|
last_twitter_request = time()
|