mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-03-09 19:22:28 -07:00
* Remove Python 2 update modal * Remove Python 2 handling code * Remove backports dependencies * Remove uses of future and __future__ * Fix import * Remove requirements * Update lib folder * Clean up imports and blank lines --------- Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
6 lines
59 B
Python
6 lines
59 B
Python
from . import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|