mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-10 22:16:44 +03:00
10 lines
100 B
Python
10 lines
100 B
Python
from . import helpers
|
|
|
|
|
|
def main():
|
|
helpers.app_start()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|